Add perl-Test-Pod package
This commit is contained in:
30
perl-Test-Pod/PKGBUILD
Normal file
30
perl-Test-Pod/PKGBUILD
Normal file
@@ -0,0 +1,30 @@
|
||||
# Maintainer: Alexey Pavlov <Alexpux@gmail.com>
|
||||
|
||||
pkgname=perl-Test-Pod
|
||||
pkgver=1.48
|
||||
pkgrel=1
|
||||
pkgdesc="Check for POD errors in files"
|
||||
arch=('any')
|
||||
url="http://search.cpan.org/dist/Test-Pod/"
|
||||
license=('GPL' 'PerlArtistic')
|
||||
depends=('perl')
|
||||
options=('!emptydirs')
|
||||
groups=('perl-modules')
|
||||
source=(http://search.cpan.org/CPAN/authors/id/D/DW/DWHEELER/Test-Pod-${pkgver}.tar.gz)
|
||||
md5sums=('c6bfd00ccdcb417d68fb3c0a0ec884c8')
|
||||
|
||||
build() {
|
||||
cd Test-Pod-${pkgver}
|
||||
perl Build.PL installdirs=vendor
|
||||
./Build
|
||||
}
|
||||
|
||||
check() {
|
||||
cd Test-Pod-${pkgver}
|
||||
./Build test
|
||||
}
|
||||
|
||||
package() {
|
||||
cd Test-Pod-${pkgver}
|
||||
./Build install destdir="${pkgdir}"
|
||||
}
|
||||
Reference in New Issue
Block a user