diff options
author | Tim Biermann <tbier@posteo.de> | 2019-08-31 10:40:22 +0000 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2019-08-31 10:40:22 +0000 |
commit | 1c34eccee0b4d7dc720042b233ed073b6bf83a25 (patch) | |
tree | becc85383aab1190940a4d3defac7ed2b832a46d /p5-io-string/Pkgfile | |
parent | 56d3ff3eb5a21f09d7b7b95228d9ba25ff151697 (diff) | |
download | contrib-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/Pkgfile | 17 |
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 +} |