mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
New package: carton-1.0.22
This commit is contained in:
parent
65b82ab880
commit
fd2cbe212d
1 changed files with 17 additions and 0 deletions
17
srcpkgs/carton/template
Normal file
17
srcpkgs/carton/template
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
# Template file for 'carton'
|
||||||
|
pkgname=carton
|
||||||
|
version=1.0.22
|
||||||
|
revision=1
|
||||||
|
wrksrc="Carton-v${version}"
|
||||||
|
noarch=yes
|
||||||
|
build_style=perl-module
|
||||||
|
hostmakedepends="perl cpanminus
|
||||||
|
perl-Class-Tiny perl-JSON perl-Module-CPANfile perl-Path-Tiny perl-Try-Tiny"
|
||||||
|
makedepends="${hostmakedepends}"
|
||||||
|
depends="${makedepends}"
|
||||||
|
short_desc="Perl module dependency manager"
|
||||||
|
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||||
|
homepage="https://metacpan.org/pod/Carton"
|
||||||
|
license="GPL-1, Artistic"
|
||||||
|
distfiles="${CPAN_SITE}/XML/MIYAGAWA/Carton-v${version}.tar.gz"
|
||||||
|
checksum=3a869b736962d0cba43b86a7a97d87565b57f87c5ae5721c5f5aa18cdae6e8ab
|
Loading…
Add table
Reference in a new issue