p5-anyevent-i3: initial commit, version 0.17

This commit is contained in:
Tim Biermann 2019-08-31 10:42:07 +00:00
parent 233f1970d5
commit da7881b55b
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 39 additions and 0 deletions

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

View File

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF39uUQLTZLxhh4g/E06+YOYbSvzG0reKd+fPgYRgCg9z+t7ig5lcX/075PGkpjAuK9sqHl8xVVGLMW3gHyma5WQI=
SHA256 (Pkgfile) = 0589a553338f04cb9e3d43b0f0feee6442ef9daa7021a1fb55bc9881cdbc74c8
SHA256 (.footprint) = ad1cc4a64cd7cb08911ff9dd9db91c8a67d4e134318246408bd8f92f754ee4bf
SHA256 (AnyEvent-I3-0.17.tar.gz) = 5382c984c9f138395f29f0c00af81aa0c8f4b765582055c73ede4b13f04a6d63

17
p5-anyevent-i3/Pkgfile Normal file
View File

@ -0,0 +1,17 @@
# Description: Communicate with the i3 window manager
# URL: https://cpan.metacpan.org/~mstplbg/AnyEvent-I3/
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: p5-anyevent p5-json-xs
name=p5-anyevent-i3
version=0.17
release=1
source=(https://cpan.metacpan.org/authors/id/M/MS/MSTPLBG/AnyEvent-I3-$version.tar.gz)
build() {
cd AnyEvent-I3-$version
PERL_USE_UNSAFE_INC=1 perl Makefile.PL INSTALLDIRS=vendor
make
make install DESTDIR=$PKG
find $PKG \( -name '.packlist' -o -name '*.pod' \) -delete
}