p5-role-tiny: initial commit, version 2.000008

This commit is contained in:
Tim Biermann 2019-08-31 10:40:30 +00:00
parent c0509a072a
commit 02da60748c
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 47 additions and 0 deletions

20
p5-role-tiny/.footprint Normal file
View File

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

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

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3wXKNZVx6dPAoL1DSkDL6Xx0ZzgrR/I6w0ZfxQek/GW9XFFslmhnmNet3sJfEmHj2HjzLwoEIdHhmpYnXMTflgI=
SHA256 (Pkgfile) = bce579b2e040678ba7717695ebb6af85cbf62ce089be2c7bfbfcb810b906d8ae
SHA256 (.footprint) = 135b991c5fccf8f947038172aefa3ab8b21c076047cb16adca252e9e759efdab
SHA256 (Role-Tiny-2.000008.tar.gz) = b1541fc5e3e0eb2dbd55b25c432293c197e0153c2c9f7747deba4df72c27146a

22
p5-role-tiny/Pkgfile Normal file
View File

@ -0,0 +1,22 @@
# Description: Roles. Like a nouvelle cuisine portion size slice of Moose.
# URL: https://cpan.metacpan.org/dist/Role-Tiny/
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on:
name=p5-role-tiny
version=2.000008
release=1
source=(https://cpan.metacpan.org/authors/id/H/HA/HAARG/Role-Tiny-$version.tar.gz)
build() {
cd Role-Tiny-$version
export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
PERL_AUTOINSTALL=--skipdeps \
PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='"$PKG"'" \
PERL_MB_OPT="--installdirs vendor --destdir '"$PKG"'" \
MODULEBUILDRC=/dev/null
perl Makefile.PL
make
make install
find $PKG \( -name '.packlist' -o -name '*.pod' \) -delete
}