diff --git a/p5-b-hooks-endofscope/.footprint b/p5-b-hooks-endofscope/.footprint new file mode 100644 index 000000000..f47f1768a --- /dev/null +++ b/p5-b-hooks-endofscope/.footprint @@ -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/B/ +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/B/Hooks/ +-r--r--r-- root/root usr/lib/perl5/site_perl/5.28/B/Hooks/EndOfScope.pm +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/B/Hooks/EndOfScope/ +-r--r--r-- root/root usr/lib/perl5/site_perl/5.28/B/Hooks/EndOfScope/PP.pm +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/B/Hooks/EndOfScope/PP/ +-r--r--r-- root/root usr/lib/perl5/site_perl/5.28/B/Hooks/EndOfScope/PP/FieldHash.pm +-r--r--r-- root/root usr/lib/perl5/site_perl/5.28/B/Hooks/EndOfScope/PP/HintHash.pm +-r--r--r-- root/root usr/lib/perl5/site_perl/5.28/B/Hooks/EndOfScope/XS.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/B/ +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/auto/B/Hooks/ +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/auto/B/Hooks/EndOfScope/ +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/B::Hooks::EndOfScope.3pm.gz +-r--r--r-- root/root usr/share/man/man3/B::Hooks::EndOfScope::PP.3pm.gz +-r--r--r-- root/root usr/share/man/man3/B::Hooks::EndOfScope::XS.3pm.gz diff --git a/p5-b-hooks-endofscope/.signature b/p5-b-hooks-endofscope/.signature new file mode 100644 index 000000000..e01305e8f --- /dev/null +++ b/p5-b-hooks-endofscope/.signature @@ -0,0 +1,5 @@ +untrusted comment: verify with /etc/ports/contrib.pub +RWSagIOpLGJF39wU4ElawIJoSD99K5sCOCZRIJfRrnFyeFZCg//NCAGpYn5vWMD2xL35hXt9SrduTbyiD2I0K8Yba+qcc3VGwwA= +SHA256 (Pkgfile) = 4f144e98cfece79cc09d6f47d16b59c3d7f259249ef67a3a4b1f2bcaeaccb3e6 +SHA256 (.footprint) = 77e055af7e2b1a31ff17ae0abb0ae267de3185c17cc0d36ef2c005ca64c30bab +SHA256 (B-Hooks-EndOfScope-0.24.tar.gz) = 03aa3dfe5d0aa6471a96f43fe8318179d19794d4a640708f0288f9216ec7acc6 diff --git a/p5-b-hooks-endofscope/Pkgfile b/p5-b-hooks-endofscope/Pkgfile new file mode 100644 index 000000000..16cbcd2a5 --- /dev/null +++ b/p5-b-hooks-endofscope/Pkgfile @@ -0,0 +1,20 @@ +# Description: Execute code after a scope finished compilation +# URL: https://metacpan.org/pod/B::Hooks::EndOfScope +# Maintainer: Tim Biermann, tbier at posteo dot de +# Depends on: p5-module-implementation p5-module-runtime p5-sub-exporter p5-sub-exporter-progressive p5-try-tiny p5-variable-magic + +name=p5-b-hooks-endofscope +version=0.24 +release=1 +source=(https://cpan.metacpan.org/authors/id/E/ET/ETHER/B-Hooks-EndOfScope-$version.tar.gz) + +build() { + cd B-Hooks-EndOfScope-$version + PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor + make + make install DESTDIR=$PKG + find $PKG -name .packlist -o \ + -name perllocal.pod -o \ + -name README -o \ + -name '*.bs' | xargs rm +}