16 lines
574 B
Bash
16 lines
574 B
Bash
# Template file for 'perl-Config-Tiny'
|
|
pkgname=perl-Config-Tiny
|
|
version=2.23
|
|
revision=1
|
|
wrksrc="${pkgname/perl-/}-${version}"
|
|
build_style=perl-module
|
|
hostmakedepends="perl"
|
|
makedepends="${hostmakedepends}"
|
|
depends="perl"
|
|
short_desc="Read/Write .ini style files with as little code as possible"
|
|
maintainer="John <johnz@posteo.net>"
|
|
license="Artistic-1.0-Perl, GPL-1.0-or-later"
|
|
homepage="http://search.cpan.org/dist/${pkgname/perl-/}/"
|
|
distfiles="${CPAN_SITE}/Config/${pkgname/perl-/}-${version}.tgz"
|
|
checksum=9a8a66e3ed420cbc6585c43abeff788368309a46355cf69a64c2a47e1911e50c
|