Skip to content
Snippets Groups Projects
Commit 3ee7492a authored by Jaroslav Lichtblau's avatar Jaroslav Lichtblau
Browse files

new dependency of clusterssh added - perl-cpan-changes

parents
No related branches found
No related tags found
No related merge requests found
PKGBUILD 0 → 100644
# Maintainer: Jaroslav Lichtblau <svetlemodry@archlinux.org>
# Contributor: John D Jones III <jnbek1972 -_AT_- g m a i l -_Dot_- com>
pkgname=perl-cpan-changes
pkgver=0.30
pkgrel=1
pkgdesc="Read and write Changes files"
arch=('any')
url='http://search.mcpan.org/dist/CPAN-Changes'
license=('GPL' 'PerlArtistic')
depends=('perl')
options=('!emptydirs')
source=(http://search.mcpan.org/CPAN/authors/id/B/BR/BRICAS/CPAN-Changes-0.30.tar.gz)
sha256sums=('e4ac13555163f22a7f99a9494f9db28c68b02447e08bce230515fc36a5cfa1ab')
build() {
cd "${srcdir}"/CPAN-Changes-$pkgver
PERL_MM_USE_DEFAULT=1 perl Makefile.PL installdirs=vendor
make
}
check() {
cd "${srcdir}"/CPAN-Changes-$pkgver
make test
}
package() {
cd "${srcdir}"/CPAN-Changes-$pkgver
make install DESTDIR="${pkgdir}"
find "${pkgdir}" -name '.packlist' -delete
find "${pkgdir}" -name '*.pod' -delete
}
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