[arch-commits] Commit in perl-list-moreutils-xs/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Wed Aug 1 09:16:14 UTC 2018
Date: Wednesday, August 1, 2018 @ 09:16:14
Author: felixonmars
Revision: 330026
archrelease: copy trunk to staging-x86_64
Added:
perl-list-moreutils-xs/repos/staging-x86_64/
perl-list-moreutils-xs/repos/staging-x86_64/PKGBUILD
(from rev 330025, perl-list-moreutils-xs/trunk/PKGBUILD)
----------+
PKGBUILD | 38 ++++++++++++++++++++++++++++++++++++++
1 file changed, 38 insertions(+)
Copied: perl-list-moreutils-xs/repos/staging-x86_64/PKGBUILD (from rev 330025, perl-list-moreutils-xs/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-08-01 09:16:14 UTC (rev 330026)
@@ -0,0 +1,38 @@
+# $Id$
+# 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.428
+pkgrel=2
+pkgdesc="Provide the stuff missing in List::Util"
+url='http://search.cpan.org/dist/List-MoreUtils-XS'
+arch=('x86_64')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl')
+source=("http://search.cpan.org/CPAN/authors/id/R/RE/REHSACK/List-MoreUtils-XS-${pkgver}.tar.gz")
+sha512sums=('a608568e3c4a2e160e4f9afa26640be5b97ec83e301a6b81849e37951698b9423c0a969d7e8797a49b4fb6c5123780630a3726c64713922b90b21b947682c3dd')
+
+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