summaryrefslogtreecommitdiff
path: root/p5-io-string/Pkgfile
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2019-08-31 10:40:22 +0000
committerTim Biermann <tbier@posteo.de>2019-08-31 10:40:22 +0000
commit1c34eccee0b4d7dc720042b233ed073b6bf83a25 (patch)
treebecc85383aab1190940a4d3defac7ed2b832a46d /p5-io-string/Pkgfile
parent56d3ff3eb5a21f09d7b7b95228d9ba25ff151697 (diff)
downloadcontrib-1c34eccee0b4d7dc720042b233ed073b6bf83a25.tar.gz
contrib-1c34eccee0b4d7dc720042b233ed073b6bf83a25.tar.xz
p5-io-string: initial commit, version 1.08
Diffstat (limited to 'p5-io-string/Pkgfile')
-rw-r--r--p5-io-string/Pkgfile17
1 files changed, 17 insertions, 0 deletions
diff --git a/p5-io-string/Pkgfile b/p5-io-string/Pkgfile
new file mode 100644
index 000000000..99ff9eb15
--- /dev/null
+++ b/p5-io-string/Pkgfile
@@ -0,0 +1,17 @@
+# Description: IO::File interface for in-core strings
+# URL: https://cpan.metacpan.org/dist/IO-String
+# Maintainer: Tim Biermann, tbier at posteo dot de
+# Depends on:
+
+name=p5-io-string
+version=1.08
+release=1
+source=(https://www.cpan.org/authors/id/G/GA/GAAS/IO-String-$version.tar.gz)
+
+build() {
+ cd IO-String-$version
+ PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+ make
+ make install DESTDIR=$PKG
+ find $PKG \( -name '.packlist' -o -name '*.pod' \) -delete
+}

Generated by cgit