Skip to content
Snippets Groups Projects
Commit 7b920e5e authored by Celeste's avatar Celeste
Browse files

community/perl-mixin-event-dispatch: move from testing

parent f843d3bb
No related branches found
No related tags found
No related merge requests found
# Automatically generated by apkbuild-cpan, template 3
# Automatically generated by apkbuild-cpan, template 4
# Contributor: Celeste <cielesti@protonmail.com>
# Maintainer: Celeste <cielesti@protonmail.com>
pkgname=perl-mixin-event-dispatch
#_pkgreal is used by apkbuild-cpan to find modules at MetaCpan
_pkgreal=Mixin-Event-Dispatch
pkgver=2.000
pkgrel=0
#_pkgreal is used by apkbuild-cpan to find modules at MetaCpan
_pkgreal=Mixin-Event-Dispatch
pkgdesc="Mixin methods for simple event/message dispatch framework"
url="https://metacpan.org/release/Mixin-Event-Dispatch/"
arch="noarch"
......@@ -21,7 +21,10 @@ builddir="$srcdir/$_pkgreal-$pkgver"
build() {
export CFLAGS=$(perl -MConfig -E 'say $Config{ccflags}')
PERL_MM_USE_DEFAULT=1 perl -I. Makefile.PL INSTALLDIRS=vendor
PERL_MM_USE_DEFAULT=1 perl -I. Makefile.PL \
INSTALLDIRS=vendor \
NO_PACKLIST=1 \
NO_PERLLOCAL=1
make
}
......@@ -32,7 +35,6 @@ check() {
package() {
make DESTDIR="$pkgdir" install
find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
}
doc() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment