initial import
This commit is contained in:
26
perl-carp-clan/PKGBUILD
Normal file
26
perl-carp-clan/PKGBUILD
Normal file
@@ -0,0 +1,26 @@
|
||||
# Maintainer: Jesus E. <heckyel@riseup.net>
|
||||
|
||||
pkgname=perl-carp-clan
|
||||
_realname=Carp-Clan
|
||||
pkgver=6.08
|
||||
pkgrel=1
|
||||
pkgdesc='Report errors from perspective of caller of a "clan" of modules'
|
||||
arch=('any')
|
||||
license=('GPL-1')
|
||||
url="https://search.cpan.org/dist/$_realname/"
|
||||
depends=('perl')
|
||||
options=('!emptydirs')
|
||||
source=("https://search.cpan.org/CPAN/authors/id/E/ET/ETHER/$_realname-$pkgver.tar.gz")
|
||||
sha512sums=('bc7f74d75e1eae0f528d530b47f1841493aae7eecdeeb58f85f5d8ef7a5b4d92c479b45468d0e7175f228056295d3d7159a7b404fecd542cf04c75ddc3a9886f')
|
||||
|
||||
build() {
|
||||
cd $_realname-$pkgver
|
||||
PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd $_realname-$pkgver
|
||||
make install DESTDIR="$pkgdir"
|
||||
install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
|
||||
}
|
||||
Reference in New Issue
Block a user