[arch-commits] Commit in perl-xml-libxslt/repos (2 files)

Felix Yan felixonmars at gemini.archlinux.org
Sun May 29 11:35:23 UTC 2022


    Date: Sunday, May 29, 2022 @ 11:35:23
  Author: felixonmars
Revision: 1214401

archrelease: copy trunk to community-staging-x86_64

Added:
  perl-xml-libxslt/repos/community-staging-x86_64/
  perl-xml-libxslt/repos/community-staging-x86_64/PKGBUILD
    (from rev 1214399, perl-xml-libxslt/trunk/PKGBUILD)

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

Copied: perl-xml-libxslt/repos/community-staging-x86_64/PKGBUILD (from rev 1214399, perl-xml-libxslt/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2022-05-29 11:35:23 UTC (rev 1214401)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Jonathan Steel <jsteel at aur.archlinux.org>
+# Contributor: Justin "juster" Davis <jrcd83 at gmail.com>
+# Contributor: François Charette <firmicus ατ gmx δοτ net>
+
+pkgname=perl-xml-libxslt
+pkgver=2.000000
+pkgrel=2
+pkgdesc="Interface to the gnome libxslt library"
+arch=('x86_64')
+url="https://search.cpan.org/dist/XML-LibXSLT"
+license=('GPL')
+depends=('perl-xml-libxml' 'libxslt')
+checkdepends=('perl-test-pod')
+options=('!emptydirs')
+source=(https://www.cpan.org/authors/id/S/SH/SHLOMIF/XML-LibXSLT-$pkgver.tar.gz)
+sha512sums=('b87ee9766158f327814d44e0b2129bf0e54367ea0b00fa41567ce9e2e7a1473de91a268303041e8d348f2365e1b62eb2e711085360bca5bdd7e9aa8a716c84a1')
+
+build() {
+  cd XML-LibXSLT-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd XML-LibXSLT-$pkgver
+  make test
+}
+
+package() {
+  cd XML-LibXSLT-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list