diff options
author | Tim Biermann <tbier@posteo.de> | 2019-08-31 10:40:10 +0000 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2019-08-31 10:40:10 +0000 |
commit | 3141a9ecb935d12fba87f727cd9fa7dd546b2cb5 (patch) | |
tree | 28b60655a18d1534e4949af96adff57b2899fcda /p5-file-slurp-tiny | |
parent | 7ea0c53921248401b9c9643248971e79ef96e27e (diff) | |
download | contrib-3141a9ecb935d12fba87f727cd9fa7dd546b2cb5.tar.gz contrib-3141a9ecb935d12fba87f727cd9fa7dd546b2cb5.tar.xz |
p5-file-slurp-tiny: initial commit, version 0.004
Diffstat (limited to 'p5-file-slurp-tiny')
-rw-r--r-- | p5-file-slurp-tiny/.footprint | 19 | ||||
-rw-r--r-- | p5-file-slurp-tiny/.signature | 5 | ||||
-rw-r--r-- | p5-file-slurp-tiny/Pkgfile | 17 |
3 files changed, 41 insertions, 0 deletions
diff --git a/p5-file-slurp-tiny/.footprint b/p5-file-slurp-tiny/.footprint new file mode 100644 index 000000000..e6e8e9924 --- /dev/null +++ b/p5-file-slurp-tiny/.footprint @@ -0,0 +1,19 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/perl5/ +drwxr-xr-x root/root usr/lib/perl5/5.28/ +drwxr-xr-x root/root usr/lib/perl5/5.28/linux-thread-multi/ +drwxr-xr-x root/root usr/lib/perl5/site_perl/ +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/ +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/File/ +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/File/Slurp/ +-r--r--r-- root/root usr/lib/perl5/site_perl/5.28/File/Slurp/Tiny.pm +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/ +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/auto/ +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/auto/File/ +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/auto/File/Slurp/ +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/auto/File/Slurp/Tiny/ +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man3/ +-r--r--r-- root/root usr/share/man/man3/File::Slurp::Tiny.3pm.gz diff --git a/p5-file-slurp-tiny/.signature b/p5-file-slurp-tiny/.signature new file mode 100644 index 000000000..fe2398cec --- /dev/null +++ b/p5-file-slurp-tiny/.signature @@ -0,0 +1,5 @@ +untrusted comment: verify with /etc/ports/contrib.pub +RWSagIOpLGJF38VGzaxtnIRdRfyGtTzhfwxtb+15804i2kL3bImhC4dqtTdfV0qE4Xhko7FFnHTVqdvRnnLPrvJX+PX1HUT4wws= +SHA256 (Pkgfile) = 47944670eb95b8c08803f838046e727ad70e987ab4f217251b56d9e53b4f5e6e +SHA256 (.footprint) = d822aa8c7017119e9ff7aa11db484952bbc1a0322481de76d1319c312924c1cc +SHA256 (File-Slurp-Tiny-0.004.tar.gz) = 452995beeabf0e923e65fdc627a725dbb12c9e10c00d8018c16d10ba62757f1e diff --git a/p5-file-slurp-tiny/Pkgfile b/p5-file-slurp-tiny/Pkgfile new file mode 100644 index 000000000..77b25d96b --- /dev/null +++ b/p5-file-slurp-tiny/Pkgfile @@ -0,0 +1,17 @@ +# Description: A simple, sane and efficient file slurper +# URL: https://cpan.metacpan.org/dist/File-Slurp-Tiny +# Maintainer: Tim Biermann, tbier at posteo dot de +# Depends on: + +name=p5-file-slurp-tiny +version=0.004 +release=1 +source=(https://cpan.metacpan.org/authors/id/L/LE/LEONT/File-Slurp-Tiny-$version.tar.gz) + +build() { + cd File-Slurp-Tiny-$version + PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor + make + make install DESTDIR=$PKG + find $PKG \( -name '.packlist' -o -name '*.pod' \) -delete +} |