p5-file-sharedir: initial commit, version 1.116

This commit is contained in:
Tim Biermann 2019-08-31 10:40:10 +00:00
parent 863cc174df
commit 246afe38cc
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 52 additions and 0 deletions

View File

@ -0,0 +1,27 @@
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/
-r-xr-xr-x root/root usr/lib/perl5/site_perl/5.28/File/ShareDir.pm
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/auto/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/auto/share/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/auto/share/dist/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/auto/share/dist/File-ShareDir/
-r-xr-xr-x root/root usr/lib/perl5/site_perl/5.28/auto/share/dist/File-ShareDir/sample.txt
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/auto/share/dist/File-ShareDir/subdir/
-r-xr-xr-x root/root usr/lib/perl5/site_perl/5.28/auto/share/dist/File-ShareDir/subdir/sample.txt
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/auto/share/module/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/auto/share/module/File-ShareDir/
-r--r--r-- root/root usr/lib/perl5/site_perl/5.28/auto/share/module/File-ShareDir/test_file.txt
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/ShareDir/
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::ShareDir.3pm.gz

View File

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3zC2lM8lVcgiEq76HVnws/tVZllN4lghRc+kdua1WscqR+NhMZGusFKMCB8wW02atitMgNgr1fPP4YQ64auSuQU=
SHA256 (Pkgfile) = f2e8ac9e69d09d51ef9bf6d656bd78c256a32cc02e3bc7a8f51f56d911050528
SHA256 (.footprint) = bd99aa9e986fa035cca04f7c441f5ccf4ef619bc4faba04f4419f192168939b0
SHA256 (File-ShareDir-1.116.tar.gz) = 59d90bfdf98c4656ff4173e62954ea8cf0de66565e35d108ecd7050596cb8328

20
p5-file-sharedir/Pkgfile Normal file
View File

@ -0,0 +1,20 @@
# Description: Locate per-dist and per-module shared files
# URL: https://metacpan.org/release/File-ShareDir
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: p5-class-inspector
name=p5-file-sharedir
version=1.116
release=1
source=(https://cpan.metacpan.org/authors/id/R/RE/REHSACK/File-ShareDir-$version.tar.gz)
build() {
cd File-ShareDir-$version
PERL_MM_USE_DEFAULT=1 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
}