p5-capture-tiny: initial commit

This commit is contained in:
Tim Biermann 2019-08-04 16:15:56 +02:00
parent 377d0366fd
commit 33cbcb8b11
Signed by: tb
GPG Key ID: 42F8B4E30B673606
4 changed files with 40 additions and 0 deletions

View File

@ -0,0 +1,17 @@
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/Capture/
-r--r--r-- root/root usr/lib/perl5/site_perl/5.28/Capture/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/Capture/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/auto/Capture/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/Capture::Tiny.3pm.gz

1
p5-capture-tiny/.md5sum Normal file
View File

@ -0,0 +1 @@
f5d24083ad270f8326dd659dd83eeb54 Capture-Tiny-0.48.tar.gz

View File

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF30MC8losjpHvch7ESIewb7ys5oVylLgXF5QfI1usTKqiJZQyDoX21sr3Hr5PlMFEMC0sV/aRBbVaFehXl/244Ak=
SHA256 (Pkgfile) = 9106c808fe92cabb6f7ee18732ced8d34c9d77204c91ad94efad1b7139c2ca9c
SHA256 (.footprint) = 9c78aaf1fe73a706b05fe72aa1cc36a037b9dd2d44c06e0edcd2e953eb263c67
SHA256 (Capture-Tiny-0.48.tar.gz) = 6c23113e87bad393308c90a207013e505f659274736638d8c79bac9c67cc3e19

17
p5-capture-tiny/Pkgfile Normal file
View File

@ -0,0 +1,17 @@
# Description: Capture STDOUT and STDERR from Perl, XS or external programs
# URL: https://metacpan.org/release/Capture-Tiny
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on:
name=p5-capture-tiny
version=0.48
release=1
source=(https://cpan.metacpan.org/authors/id/D/DA/DAGOLDEN/Capture-Tiny-$version.tar.gz)
build() {
cd Capture-Tiny-$version
PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
make
make DESTDIR=$PKG install
find $PKG \( -name '.packlist' -o -name '*.pod' \) -delete
}