summaryrefslogtreecommitdiff
path: root/p5-list-moreutils-xs/Pkgfile
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2019-08-31 10:40:24 +0000
committerTim Biermann <tbier@posteo.de>2019-08-31 10:40:24 +0000
commit41dd37d16c8eccc53cf126cd830d248135c8ea7f (patch)
tree1026487aaecaea869a6b00ca4be6458fdbcf64b8 /p5-list-moreutils-xs/Pkgfile
parent5a5006dcdfa0380f51712941362801acf8f96746 (diff)
downloadcontrib-41dd37d16c8eccc53cf126cd830d248135c8ea7f.tar.gz
contrib-41dd37d16c8eccc53cf126cd830d248135c8ea7f.tar.xz
p5-list-moreutils-xs: initial commit, version 0.428
Diffstat (limited to 'p5-list-moreutils-xs/Pkgfile')
-rw-r--r--p5-list-moreutils-xs/Pkgfile20
1 files changed, 20 insertions, 0 deletions
diff --git a/p5-list-moreutils-xs/Pkgfile b/p5-list-moreutils-xs/Pkgfile
new file mode 100644
index 000000000..36cd316a1
--- /dev/null
+++ b/p5-list-moreutils-xs/Pkgfile
@@ -0,0 +1,20 @@
+# Description: Provide the stuff missing in List::Util
+# URL: https://cpan.metacpan.org/dist/List-MoreUtils-XS
+# Maintainer: Tim Biermann, tbier at posteo dot de
+# Depends on:
+
+name=p5-list-moreutils-xs
+version=0.428
+release=1
+source=(https://cpan.metacpan.org/authors/id/R/RE/REHSACK/List-MoreUtils-XS-$version.tar.gz)
+
+build() {
+ cd List-MoreUtils-XS-$version
+ perl Makefile.PL INSTALLDIRS=vendor
+ make
+ make DESTDIR=$PKG install
+ find $PKG -name .packlist -o \
+ -name perllocal.pod -o \
+ -name README -o \
+ -name '*.bs' | xargs rm
+}

Generated by cgit