mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-24 12:45:11 +02:00
* perl-Config-Tiny: set noarch=yes * public-inbox: set noarch=yes also add license * ssoma: set noarch=yes also add license * strip-nondeterminism: set noarch=yes also remove Debhelper add-on * gscan2pdf: set noarch=yes
16 lines
585 B
Bash
16 lines
585 B
Bash
# Template file for 'perl-Config-Tiny'
|
|
pkgname=perl-Config-Tiny
|
|
version=2.23
|
|
revision=2
|
|
noarch=yes
|
|
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
|