17 lines
561 B
Bash
17 lines
561 B
Bash
# Template file for 'cpanminus'
|
|
pkgname=cpanminus
|
|
version=1.7042
|
|
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=9da50e155df72bce55cb69f51f1dbb4b62d23740fb99f6178bb27f22ebdf8a46
|