mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 08:33:51 +02:00
New package: perl-Test-YAML-1.06.
This commit is contained in:
parent
bf24da77e3
commit
bd0972f408
1 changed files with 19 additions and 0 deletions
19
srcpkgs/perl-Test-YAML/template
Normal file
19
srcpkgs/perl-Test-YAML/template
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# Template file for 'perl-Test-YAML'
|
||||||
|
pkgname=perl-Test-YAML
|
||||||
|
version=1.06
|
||||||
|
revision=1
|
||||||
|
wrksrc="${pkgname/perl-/}-${version}"
|
||||||
|
build_style=perl-module
|
||||||
|
hostmakedepends="perl"
|
||||||
|
makedepends="perl perl-Test-Base"
|
||||||
|
depends="${makedepends}"
|
||||||
|
short_desc="Test::YAML - Testing Module for YAML Implementations"
|
||||||
|
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||||
|
license="Artistic, GPL-1"
|
||||||
|
homepage="http://search.cpan.org/dist/Test-YAML"
|
||||||
|
distfiles="${CPAN_SITE}/Test/${pkgname/perl-/}-${version}.tar.gz"
|
||||||
|
checksum=27376103163c12d7d13ae45bf22caf5a0c38478362425bf68613c3748f76b943
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
rm -f "$DESTDIR"/usr/bin/test-yaml
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue