17 lines
561 B
Bash
17 lines
561 B
Bash
# Template file for 'cpanminus'
|
|
pkgname=cpanminus
|
|
version=1.7041
|
|
revision=1
|
|
wrksrc="App-${pkgname}-${version}"
|
|
noarch=yes
|
|
build_style=perl-module
|
|
hostmakedepends="perl"
|
|
makedepends="${hostmakedepends}"
|
|
depends="${makedepends}"
|
|
short_desc="Get, unpack, build and install modules from CPAN"
|
|
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
|
homepage="https://metacpan.org/pod/App::cpanminus"
|
|
license="GPL-1, Artistic"
|
|
distfiles="${CPAN_SITE}/App/App-${pkgname}-${version}.tar.gz"
|
|
checksum=fd1142da37fe2d595f69ac32dcc3bba8ab1d35f6bd6fbd73ff9d7daed1b809b0
|