1 # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
2 # Contributor: François Charette <firmicus ατ gmx δοτ net>
7 pkgdesc="Write Perl subroutines in other languages"
9 url="https://search.cpan.org/dist/Inline"
10 license=('GPL' 'PerlArtistic')
11 depends=('perl>=5.10.0' 'perl-parse-recdescent>=1.8')
12 options=('!emptydirs')
13 source=("https://cpan.metacpan.org/authors/id/I/IN/INGY/Inline-$pkgver.tar.gz")
14 md5sums=('41cee7671b4bfb06a189221f32697e1c')
17 cd "$srcdir"/Inline-$pkgver
18 PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
23 cd "$srcdir"/Inline-$pkgver
24 make install DESTDIR="$pkgdir"
25 find "$pkgdir" -name '.packlist' -delete
26 find "$pkgdir" -name '*.pod' -delete