mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
New package: perl-Reply-0.42
This commit is contained in:
parent
2b204d3a88
commit
003710874d
1 changed files with 20 additions and 0 deletions
20
srcpkgs/perl-Reply/template
Normal file
20
srcpkgs/perl-Reply/template
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# Template file for 'perl-Reply'
|
||||||
|
pkgname=perl-Reply
|
||||||
|
version=0.42
|
||||||
|
revision=1
|
||||||
|
archs=noarch
|
||||||
|
wrksrc="${pkgname/perl-/}-${version}"
|
||||||
|
build_style=perl-module
|
||||||
|
hostmakedepends="perl perl-Data-Dumper perl-Devel-LexAlias perl-Eval-Closure perl-Package-Stash perl-PadWalker perl-Term-ReadLine-Gnu perl-Try-Tiny perl-File-HomeDir perl-Config-INI-Reader-Ordered"
|
||||||
|
makedepends="$hostmakedepends"
|
||||||
|
depends="$makedepends"
|
||||||
|
short_desc="Reply - read, eval, print, loop, yay!"
|
||||||
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
|
license="MIT"
|
||||||
|
homepage="https://metacpan.org/release/Reply"
|
||||||
|
distfiles="${CPAN_SITE}/Package/DOY/Reply-${version}.tar.gz"
|
||||||
|
checksum=4ada2a45a77a54ae10c4e9a48144ea826d5d79ad050cb9626e9f783d03ab79f2
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue