mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
New package: perl-Text-CSV-2.00
This commit is contained in:
parent
825e3fc6b7
commit
588dc78668
1 changed files with 16 additions and 0 deletions
16
srcpkgs/perl-Text-CSV/template
Normal file
16
srcpkgs/perl-Text-CSV/template
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
# Template file for 'perl-Text-CSV'
|
||||||
|
pkgname=perl-Text-CSV
|
||||||
|
version=2.00
|
||||||
|
revision=1
|
||||||
|
archs="noarch"
|
||||||
|
wrksrc="${pkgname/perl-/}-${version}"
|
||||||
|
build_style=perl-module
|
||||||
|
hostmakedepends="perl"
|
||||||
|
makedepends="${hostmakedepends}"
|
||||||
|
depends="${makedepends}"
|
||||||
|
short_desc="Text::CSV - comma-separated values manipulator (using XS or PurePerl)"
|
||||||
|
maintainer="svenper <svenper@tuta.io>"
|
||||||
|
license="Artistic-1.0-Perl, GPL-1.0-or-later"
|
||||||
|
homepage="https://metacpan.org/release/Text-CSV/"
|
||||||
|
distfiles="${CPAN_SITE}/Text/${pkgname/perl-/}-${version}.tar.gz"
|
||||||
|
checksum=8ccbd9195805222d995844114d0e595bb24ce188f85284dbf256080311cbb2c2
|
Loading…
Add table
Reference in a new issue