[arch-commits] Commit in perl-alien-libxml2/repos (staging-any staging-any/PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Sat May 25 10:55:47 UTC 2019


    Date: Saturday, May 25, 2019 @ 10:55:45
  Author: foutrelis
Revision: 354214

archrelease: copy trunk to staging-any

Added:
  perl-alien-libxml2/repos/staging-any/
  perl-alien-libxml2/repos/staging-any/PKGBUILD
    (from rev 354213, perl-alien-libxml2/trunk/PKGBUILD)

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

Copied: perl-alien-libxml2/repos/staging-any/PKGBUILD (from rev 354213, perl-alien-libxml2/trunk/PKGBUILD)
===================================================================
--- staging-any/PKGBUILD	                        (rev 0)
+++ staging-any/PKGBUILD	2019-05-25 10:55:45 UTC (rev 354214)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-alien-libxml2
+pkgver=0.09
+pkgrel=2
+pkgdesc="Install the C libxml2 library on your system"
+arch=('any')
+license=('PerlArtistic')
+url="https://metacpan.org/release/Alien-Libxml2"
+depends=('libxml2' 'perl-alien-build')
+makedepends=('perl-html-parser' 'perl-sort-versions' 'perl-test2-suite' 'perl-uri')
+options=('!emptydirs')
+source=("https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/Alien-Libxml2-$pkgver.tar.gz")
+sha512sums=('30cc1ca4e4b7be1b6e14b4f1a1f0d06b1435da55dc2f2bd1d3e9ed5cc0a2034f8acf8ab4b3548f2a5bda3aaaa56bcf4d63129aeb9e72b7c2e160d0fb2dbedb02')
+
+build() {
+  cd Alien-Libxml2-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Alien-Libxml2-$pkgver
+  make test
+}
+
+package() {
+  cd Alien-Libxml2-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list