initial import
This commit is contained in:
27
perl-canary-stability/PKGBUILD
Normal file
27
perl-canary-stability/PKGBUILD
Normal file
@@ -0,0 +1,27 @@
|
||||
# Maintainer: Jesus E. <heckyel@riseup.net>
|
||||
|
||||
pkgname=perl-canary-stability
|
||||
_realname=Canary-Stability
|
||||
pkgver=2013
|
||||
pkgrel=3
|
||||
pkgdesc="CPAN/Canary-Stability - canary to check perl compatibility for schmorp's modules"
|
||||
arch=('i686' 'x86_64')
|
||||
license=('GPL-1')
|
||||
url='https://metacpan.org/release/Canary-Stability'
|
||||
options=('!emptydirs')
|
||||
depends=('perl')
|
||||
source=("https://cpan.metacpan.org/authors/id/M/ML/MLEHMANN/${_realname}-${pkgver}.tar.gz")
|
||||
sha512sums=('9dfb0e6d136048050aac7c29e1fc79dc2a7703c8800582aa837c5d9b9934c48bfcb0a9ef1c6b5bb7e71a10a709e7f7431b3c79ea12b8d9f374b33bfd4a3e468d')
|
||||
|
||||
build() {
|
||||
cd "$srcdir/$_realname-$pkgver"
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$srcdir/$_realname-$pkgver"
|
||||
make install DESTDIR="$pkgdir"
|
||||
|
||||
install -Dm644 COPYING -t "${pkgdir}/usr/share/licenses/$pkgname"
|
||||
}
|
||||
Reference in New Issue
Block a user