p5-path-tiny: initial commit

This commit is contained in:
Tim Biermann 2019-08-04 16:15:57 +02:00
parent 237643c797
commit 9048fa5d90
Signed by: tb
GPG Key ID: 42F8B4E30B673606
4 changed files with 42 additions and 0 deletions

17
p5-path-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/Path/
-r--r--r-- root/root usr/lib/perl5/site_perl/5.28/Path/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/Path/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/auto/Path/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/Path::Tiny.3pm.gz

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

@ -0,0 +1 @@
1a7fbdccc4585074ce4419b7bec0966c Path-Tiny-0.108.tar.gz

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

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF318guqcN4MYT+/yg+NolAlaqDDgWHooqK+kS4Qw/u+l3tHNDIigAONA0NdZhi/C7m1ifYk2BwbL7K2d6fIAHsAI=
SHA256 (Pkgfile) = 51222c6391a4d2e94393185fffbf08c9616e3bf9c0c526bc83cd77397a205ed0
SHA256 (.footprint) = 6d4e30272b0b9b84c6aa44c18569ef0b25a0bcb7ef3ddd9f991059faaafba8c9
SHA256 (Path-Tiny-0.108.tar.gz) = 3c49482be2b3eb7ddd7e73a5b90cff648393f5d5de334ff126ce7a3632723ff5

19
p5-path-tiny/Pkgfile Normal file
View File

@ -0,0 +1,19 @@
# Description: File path utility
# URL: https://metacpan.org/release/Path-Tiny
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on:
name=p5-path-tiny
version=0.108
release=1
source=(https://cpan.metacpan.org/authors/id/D/DA/DAGOLDEN/Path-Tiny-$version.tar.gz)
build() {
cd Path-Tiny-$version
export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
unset PERL5LIB PERL_MM_OPT
perl Makefile.PL
make
make DESTDIR=$PKG install
find $PKG \( -name '.packlist' -o -name '*.pod' \) -delete
}