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

Felix Yan felixonmars at archlinux.org
Sun Jun 21 10:29:30 UTC 2020


    Date: Sunday, June 21, 2020 @ 10:29:30
  Author: felixonmars
Revision: 648969

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 648968, 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 648968, perl-html-element-extended/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2020-06-21 10:29:30 UTC (rev 648969)
@@ -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=8
+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