[arch-commits] Commit in perl-class-load-xs/repos (2 files)
Florian Pritz
bluewind at archlinux.org
Wed Aug 1 12:25:01 UTC 2018
Date: Wednesday, August 1, 2018 @ 12:25:01
Author: bluewind
Revision: 366774
archrelease: copy trunk to community-staging-x86_64
Added:
perl-class-load-xs/repos/community-staging-x86_64/
perl-class-load-xs/repos/community-staging-x86_64/PKGBUILD
(from rev 366773, perl-class-load-xs/trunk/PKGBUILD)
----------+
PKGBUILD | 34 ++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)
Copied: perl-class-load-xs/repos/community-staging-x86_64/PKGBUILD (from rev 366773, perl-class-load-xs/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2018-08-01 12:25:01 UTC (rev 366774)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: 3ED <krzysztof1987 at gmail dot com>
+
+pkgname=perl-class-load-xs
+_pkgname=Class-Load-XS
+pkgver=0.10
+pkgrel=5
+pkgdesc="XS implementation of parts of Class::Load"
+arch=('x86_64')
+license=('PerlArtistic2')
+url="https://metacpan.org/release/Class-Load-XS"
+depends=('perl-class-load')
+checkdepends=('perl-module-implementation' 'perl-test-fatal' 'perl-test-needs'
+ 'perl-test-without-module')
+options=('!emptydirs')
+source=(https://cpan.metacpan.org/authors/id/E/ET/ETHER/Class-Load-XS-${pkgver}.tar.gz)
+sha512sums=('16ab845dc393567f0b0e9597eda7d7678b8a41d218823a166bacdfd4dc93e704a6aff98662340b8d7f4d045a60530071bb84ea8da8be5a6930af47722207d126')
+
+build() {
+ cd Class-Load-XS-$pkgver
+ perl Makefile.PL INSTALLDIRS=vendor
+ make
+}
+
+check() {
+ cd Class-Load-XS-$pkgver
+ make test
+}
+
+package() {
+ cd Class-Load-XS-$pkgver
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list