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

Felix Yan felixonmars at archlinux.org
Sat May 25 09:19:07 UTC 2019


    Date: Saturday, May 25, 2019 @ 09:19:06
  Author: felixonmars
Revision: 470101

archrelease: copy trunk to community-staging-any

Added:
  perl-html-element-extended/repos/community-staging-any/
  perl-html-element-extended/repos/community-staging-any/PKGBUILD
    (from rev 470099, perl-html-element-extended/trunk/PKGBUILD)

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

Copied: perl-html-element-extended/repos/community-staging-any/PKGBUILD (from rev 470099, perl-html-element-extended/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2019-05-25 09:19:06 UTC (rev 470101)
@@ -0,0 +1,27 @@
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Andrew Simmons <andrew.simmons at gmail.com>
+
+pkgname=perl-html-element-extended
+pkgver=1.18
+pkgrel=7
+pkgdesc="Perl extension for HTML::Element"
+arch=('any')
+url="https://search.cpan.org/dist/HTML-Element-Extended/"
+license=('GPL')
+depends=('perl')
+conflicts=('perl-html-elementtable')
+source=("https://search.cpan.org/CPAN/authors/id/M/MS/MSISK/HTML-Element-Extended-$pkgver.tar.gz")
+md5sums=('41ec9dcc7cefa03b204d0e8ca8e1c112')
+
+build() {
+  cd "$srcdir"/HTML-Element-Extended-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd "$srcdir"/HTML-Element-Extended-$pkgver
+  make install DESTDIR="$pkgdir"
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+}



More information about the arch-commits mailing list