p5-tie-cycle: initial commit, version 1.225

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

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

5
p5-tie-cycle/.signature Normal file
View File

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3/SuEu6Fsjn9tvdeLM+NNxKt2qV2HeoDxyW/ET8Js6fIAd87sW95h8R2sKQ2bXyjAALiNLxdRn9+GpS3XMTqvwk=
SHA256 (Pkgfile) = cb42bb93ba7fb20671ed01609c71fe4feed6907c1834b866714e32acbe525df0
SHA256 (.footprint) = 71827a6713f7a7fca9d69c6c0429a830b801e5b9feaf2d7598f2171fd6e305ef
SHA256 (Tie-Cycle-1.225.tar.gz) = f330d821694af9b269b6083570d5c10ea22e6eb3b21841048ce28252b1c03d45

22
p5-tie-cycle/Pkgfile Normal file
View File

@ -0,0 +1,22 @@
# Description: Cycle through a list of values via a scalar
# URL: https://metacpan.org/release/Tie-Cycle
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on:
name=p5-tie-cycle
version=1.225
release=1
source=(https://cpan.metacpan.org/authors/id/B/BD/BDFOY/Tie-Cycle-$version.tar.gz)
build() {
cd Tie-Cycle-$version
unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
perl Makefile.PL
make
make install INSTALLDIRS=vendor DESTDIR=$PKG
find $PKG -name .packlist -o \
-name perllocal.pod -o \
-name README -o \
-name '*.bs' | xargs rm
}