[arch-commits] Commit in perl-xml-xpath/repos (2 files)
Evangelos Foutras
foutrelis at archlinux.org
Sat May 25 09:28:07 UTC 2019
Date: Saturday, May 25, 2019 @ 09:28:07
Author: foutrelis
Revision: 470153
archrelease: copy trunk to community-staging-any
Added:
perl-xml-xpath/repos/community-staging-any/
perl-xml-xpath/repos/community-staging-any/PKGBUILD
(from rev 470152, perl-xml-xpath/trunk/PKGBUILD)
----------+
PKGBUILD | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
Copied: perl-xml-xpath/repos/community-staging-any/PKGBUILD (from rev 470152, perl-xml-xpath/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2019-05-25 09:28:07 UTC (rev 470153)
@@ -0,0 +1,29 @@
+#Maintainer:
+
+pkgname=perl-xml-xpath
+pkgver=1.44
+pkgrel=2
+pkgdesc="A set of modules for parsing and evaluating XPath statements"
+arch=('any')
+url="https://metacpan.org/release/XML-XPath"
+license=('PerlArtistic' 'GPL')
+depends=('perl' 'perl-xml-parser')
+options=('!emptydirs')
+source=("https://cpan.metacpan.org/authors/id/M/MA/MANWAR/XML-XPath-$pkgver.tar.gz")
+sha1sums=('5eacae3028a3c250a5667d4b56ba3678ccbd0ab9')
+
+build() {
+ cd "${srcdir}/XML-XPath-${pkgver}"
+ perl Makefile.PL INSTALLDIRS=vendor
+ make
+}
+
+check() {
+ cd "${srcdir}/XML-XPath-${pkgver}"
+# make test
+}
+
+package() {
+ cd "${srcdir}/XML-XPath-${pkgver}"
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list