p5-try-tiny: initial commit, version 0.30

This commit is contained in:
Tim Biermann 2019-08-31 10:40:49 +00:00
parent eb2418a7c3
commit 6e3eba76bb
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 42 additions and 0 deletions

17
p5-try-tiny/.footprint Normal file
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/Try/
-r--r--r-- root/root usr/lib/perl5/site_perl/5.28/Try/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/Try/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/auto/Try/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/Try::Tiny.3pm.gz

5
p5-try-tiny/.signature Normal file
View File

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF37sPbodsh5Kw5vTWe+Zbph3iiDgSbZndLX1Qvk1DJu803KNh5BVIz4UR+jUfVWU1zp7U1RIhQVjMUkEawpXSfQM=
SHA256 (Pkgfile) = 85471734d70a6ac48bbf45f25a00156a5f6d962187187cc6b74a5df16e89f1ab
SHA256 (.footprint) = c6c4044875c829a735b8b94924a00ba71c17f31af7169726cba42b62d79ceb89
SHA256 (Try-Tiny-0.30.tar.gz) = da5bd0d5c903519bbf10bb9ba0cb7bcac0563882bcfe4503aee3fb143eddef6b

20
p5-try-tiny/Pkgfile Normal file
View File

@ -0,0 +1,20 @@
# Description: Minimal try/catch with proper localization of $@
# URL: https://cpan.metacpan.org/dist/Try-Tiny
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on:
name=p5-try-tiny
version=0.30
release=1
source=(https://cpan.metacpan.org/authors/id/E/ET/ETHER/Try-Tiny-$version.tar.gz)
build() {
cd Try-Tiny-$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
}