[arch-commits] Commit in perl-html-highlight/repos (2 files)

2020-06-21 Thread Felix Yan via arch-commits
Date: Sunday, June 21, 2020 @ 16:09:40
  Author: felixonmars
Revision: 649648

archrelease: copy trunk to community-staging-any

Added:
  perl-html-highlight/repos/community-staging-any/
  perl-html-highlight/repos/community-staging-any/PKGBUILD
(from rev 649647, perl-html-highlight/trunk/PKGBUILD)

--+
 PKGBUILD |   25 +
 1 file changed, 25 insertions(+)

Copied: perl-html-highlight/repos/community-staging-any/PKGBUILD (from rev 
649647, perl-html-highlight/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2020-06-21 16:09:40 UTC (rev 649648)
@@ -0,0 +1,25 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Charles Mauch 
+
+pkgname=perl-html-highlight
+pkgver=0.20
+pkgrel=11
+pkgdesc="Perl/CPAN Module HTML::Highlight"
+arch=("any")
+url="https://search.cpan.org/dist/HTML-Highlight;
+license=("GPL" "PerlArtistic")
+source=("https://www.cpan.org/authors/id/T/TR/TRIPIE/HTML-Highlight-$pkgver.tar.gz;)
+sha256sums=('152550ee028d990f14d04330c59e7f4a43eade1ee1a02ed6314844ea5ae7a6e3')
+
+build() {
+  cd "$srcdir"/HTML-Highlight-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd "$srcdir"/HTML-Highlight-$pkgver
+  make install DESTDIR="$pkgdir"
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+}


[arch-commits] Commit in perl-html-highlight/repos (2 files)

2019-05-25 Thread Felix Yan via arch-commits
Date: Saturday, May 25, 2019 @ 11:50:38
  Author: felixonmars
Revision: 470524

archrelease: copy trunk to community-staging-any

Added:
  perl-html-highlight/repos/community-staging-any/
  perl-html-highlight/repos/community-staging-any/PKGBUILD
(from rev 470522, perl-html-highlight/trunk/PKGBUILD)

--+
 PKGBUILD |   25 +
 1 file changed, 25 insertions(+)

Copied: perl-html-highlight/repos/community-staging-any/PKGBUILD (from rev 
470522, perl-html-highlight/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2019-05-25 11:50:38 UTC (rev 470524)
@@ -0,0 +1,25 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Charles Mauch 
+
+pkgname=perl-html-highlight
+pkgver=0.20
+pkgrel=10
+pkgdesc="Perl/CPAN Module HTML::Highlight"
+arch=("any")
+url="https://search.cpan.org/dist/HTML-Highlight;
+license=("GPL" "PerlArtistic")
+source=("https://www.cpan.org/authors/id/T/TR/TRIPIE/HTML-Highlight-$pkgver.tar.gz;)
+sha256sums=('152550ee028d990f14d04330c59e7f4a43eade1ee1a02ed6314844ea5ae7a6e3')
+
+build() {
+  cd "$srcdir"/HTML-Highlight-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd "$srcdir"/HTML-Highlight-$pkgver
+  make install DESTDIR="$pkgdir"
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+}


[arch-commits] Commit in perl-html-highlight/repos (2 files)

2018-08-01 Thread Florian Pritz via arch-commits
Date: Wednesday, August 1, 2018 @ 11:57:49
  Author: bluewind
Revision: 366605

archrelease: copy trunk to community-staging-any

Added:
  perl-html-highlight/repos/community-staging-any/
  perl-html-highlight/repos/community-staging-any/PKGBUILD
(from rev 366604, perl-html-highlight/trunk/PKGBUILD)

--+
 PKGBUILD |   26 ++
 1 file changed, 26 insertions(+)

Copied: perl-html-highlight/repos/community-staging-any/PKGBUILD (from rev 
366604, perl-html-highlight/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2018-08-01 11:57:49 UTC (rev 366605)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Charles Mauch 
+
+pkgname=perl-html-highlight
+pkgver=0.20
+pkgrel=9
+pkgdesc="Perl/CPAN Module HTML::Highlight"
+arch=("any")
+url="http://search.cpan.org/dist/HTML-Highlight;
+license=("GPL" "PerlArtistic")
+source=("https://www.cpan.org/authors/id/T/TR/TRIPIE/HTML-Highlight-$pkgver.tar.gz;)
+sha256sums=('152550ee028d990f14d04330c59e7f4a43eade1ee1a02ed6314844ea5ae7a6e3')
+
+build() {
+  cd "$srcdir"/HTML-Highlight-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd "$srcdir"/HTML-Highlight-$pkgver
+  make install DESTDIR="$pkgdir"
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+}


[arch-commits] Commit in perl-html-highlight/repos (2 files)

2017-08-26 Thread Evangelos Foutras
Date: Saturday, August 26, 2017 @ 11:12:48
  Author: foutrelis
Revision: 253785

archrelease: copy trunk to community-staging-any

Added:
  perl-html-highlight/repos/community-staging-any/
  perl-html-highlight/repos/community-staging-any/PKGBUILD
(from rev 253784, perl-html-highlight/trunk/PKGBUILD)

--+
 PKGBUILD |   26 ++
 1 file changed, 26 insertions(+)

Copied: perl-html-highlight/repos/community-staging-any/PKGBUILD (from rev 
253784, perl-html-highlight/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2017-08-26 11:12:48 UTC (rev 253785)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Charles Mauch 
+
+pkgname=perl-html-highlight
+pkgver=0.20
+pkgrel=8
+pkgdesc="Perl/CPAN Module HTML::Highlight"
+arch=("any")
+url="http://search.cpan.org/dist/HTML-Highlight;
+license=("GPL" "PerlArtistic")
+source=("http://www.cpan.org/authors/id/T/TR/TRIPIE/HTML-Highlight-$pkgver.tar.gz;)
+md5sums=('85cfcff2d5880bdbe126a9a4fdc7b155')
+
+build() {
+  cd "$srcdir"/HTML-Highlight-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd "$srcdir"/HTML-Highlight-$pkgver
+  make install DESTDIR="$pkgdir"
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+}


[arch-commits] Commit in perl-html-highlight/repos (2 files)

2017-06-01 Thread Florian Pritz
Date: Thursday, June 1, 2017 @ 09:00:24
  Author: bluewind
Revision: 231894

archrelease: copy trunk to community-staging-any

Added:
  perl-html-highlight/repos/community-staging-any/
  perl-html-highlight/repos/community-staging-any/PKGBUILD
(from rev 231893, perl-html-highlight/trunk/PKGBUILD)

--+
 PKGBUILD |   26 ++
 1 file changed, 26 insertions(+)

Copied: perl-html-highlight/repos/community-staging-any/PKGBUILD (from rev 
231893, perl-html-highlight/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2017-06-01 09:00:24 UTC (rev 231894)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Charles Mauch 
+
+pkgname=perl-html-highlight
+pkgver=0.20
+pkgrel=7
+pkgdesc="Perl/CPAN Module HTML::Highlight"
+arch=("any")
+url="http://search.cpan.org/dist/HTML-Highlight;
+license=("GPL" "PerlArtistic")
+source=("http://www.cpan.org/authors/id/T/TR/TRIPIE/HTML-Highlight-$pkgver.tar.gz;)
+md5sums=('85cfcff2d5880bdbe126a9a4fdc7b155')
+
+build() {
+  cd "$srcdir"/HTML-Highlight-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd "$srcdir"/HTML-Highlight-$pkgver
+  make install DESTDIR="$pkgdir"
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+}