mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
New package: perl-Ref-Util-0.204
This commit is contained in:
parent
134a1c5bf4
commit
78563c5fe5
1 changed files with 21 additions and 0 deletions
21
srcpkgs/perl-Ref-Util/template
Normal file
21
srcpkgs/perl-Ref-Util/template
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
# Template file for 'perl-Ref-Util'
|
||||||
|
pkgname=perl-Ref-Util
|
||||||
|
version=0.204
|
||||||
|
revision=1
|
||||||
|
noarch=yes
|
||||||
|
wrksrc="${pkgname#perl-}-${version}"
|
||||||
|
build_style=perl-module
|
||||||
|
hostmakedepends="perl"
|
||||||
|
makedepends="perl"
|
||||||
|
depends="perl perl-Ref-Util-XS"
|
||||||
|
checkdepends="${depends} perl-Readonly"
|
||||||
|
short_desc="Utility functions for checking references"
|
||||||
|
maintainer="newbluemoon <blaumolch@mailbox.org>"
|
||||||
|
license="MIT"
|
||||||
|
homepage="https://metacpan.org/release/Ref-Util"
|
||||||
|
distfiles="${CPAN_SITE}/Ref/Ref-Util-${version}.tar.gz"
|
||||||
|
checksum=415fa73dbacf44f3d5d79c14888cc994562720ab468e6f71f91cd1f769f105e1
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue