user/*: lint
This commit is contained in:
parent
3451f9d1a2
commit
33153549ea
48 changed files with 280 additions and 286 deletions
|
@ -5,11 +5,11 @@ _cpaname="Crypt-Random-Source"
|
|||
_cpanauthor=ETHER
|
||||
pkgname=perl-crypt-random-source
|
||||
pkgver=0.14
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="Perl Crypt::Random::Source CPAN module - load and instantiate sources of random data"
|
||||
arch="noarch"
|
||||
url="http://search.cpan.org/dist/${cpaname}/"
|
||||
license="GPL"
|
||||
url="http://search.cpan.org/dist/$_cpaname/"
|
||||
license="GPL"$
|
||||
makedepends="
|
||||
perl-module-build-tiny
|
||||
"
|
||||
|
@ -40,7 +40,7 @@ check() {
|
|||
}
|
||||
|
||||
package() {
|
||||
make install INSTALLDIRS=vendor DESTDIR="${pkgdir}"
|
||||
make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
|
||||
rm "$pkgdir"/usr/lib/perl5/core_perl/perllocal.pod
|
||||
}
|
||||
sha512sums="
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue