[arch-commits] Commit in perl-list-moreutils-xs/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Wed Oct 21 19:49:13 UTC 2020
Date: Wednesday, October 21, 2020 @ 19:49:13
Author: felixonmars
Revision: 398714
archrelease: copy trunk to testing-x86_64
Added:
perl-list-moreutils-xs/repos/testing-x86_64/
perl-list-moreutils-xs/repos/testing-x86_64/PKGBUILD
(from rev 398713, perl-list-moreutils-xs/trunk/PKGBUILD)
----------+
PKGBUILD | 37 +++++++++++++++++++++++++++++++++++++
1 file changed, 37 insertions(+)
Copied: perl-list-moreutils-xs/repos/testing-x86_64/PKGBUILD (from rev 398713, perl-list-moreutils-xs/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-10-21 19:49:13 UTC (rev 398714)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Justin "juster" Davis <jrcd83 at gmail.com>
+# Generator : pbjam 0.01
+
+pkgname=perl-list-moreutils-xs
+pkgver=0.430
+pkgrel=1
+pkgdesc="Provide the stuff missing in List::Util"
+url='https://search.cpan.org/dist/List-MoreUtils-XS'
+arch=('x86_64')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl')
+source=("https://search.cpan.org/CPAN/authors/id/R/RE/REHSACK/List-MoreUtils-XS-${pkgver}.tar.gz")
+sha512sums=('98260b81f03a425bf8c2e0b63bc3a8d360a0aa2e198b2b7faaeaa48684936183018afdd1e6a04bd7e99a7e728d809709c6206ea578dfe7d8d40c5a4e3e4bb405')
+
+build() {
+ cd "${srcdir}/List-MoreUtils-XS-${pkgver}"
+ perl Makefile.PL INSTALLDIRS=vendor
+ make
+}
+
+check() {
+ cd "${srcdir}/List-MoreUtils-XS-${pkgver}"
+ make test
+}
+
+package() {
+ cd "${srcdir}/List-MoreUtils-XS-${pkgver}"
+ make DESTDIR="$pkgdir" install
+}
+
+# Local Variables:
+# mode: shell-script
+# sh-basic-offset: 2
+# End:
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list