contrib/p5-anyevent-i3/Pkgfile

18 lines
513 B
Plaintext
Raw Normal View History

# Description: Communicate with the i3 window manager
2020-06-01 17:45:48 +02:00
# URL: https://metacpan.org/pod/AnyEvent::I3
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: p5-anyevent p5-json-xs
name=p5-anyevent-i3
2024-04-11 17:59:48 +02:00
version=0.19
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
}