# Contributor: John Vogel # Maintainer: John Vogel pkgname=perl-opcodes pkgver=0.14 pkgrel=0 pkgdesc="Perl Opcodes - More Opcodes information from opnames.h and opcode.h (Operator Names and Operator Lists)" url="https://github.com/rurban/Opcodes" arch="all" license="Artistic-1.0-Perl OR GPL-1.0-or-later" depends="perl" depends_dev="perl-dev" makedepends="$depends_dev" options="!check" #checkdepends="" install="" subpackages="$pkgname-doc" source="https://cpan.metacpan.org/authors/id/R/RU/RURBAN/Opcodes-$pkgver.tar.gz" builddir="$srcdir/Opcodes-$pkgver" build() { PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor make } #check() { # make check #} package() { make DESTDIR="$pkgdir" install find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete } sha512sums=" 3193f397e8781f741d4a1e9422288efc6f8ca7f0925e73392f4da878dc2d67471eeeffaeaff7bdf9e0d71f3c0f93fe9b1519d437bf7704c01d54956bd1b03698 Opcodes-0.14.tar.gz "