New package: perl-Test-YAML-1.06.

This commit is contained in:
maxice8 2017-11-24 08:44:04 -02:00 committed by Jürgen Buchmüller
parent bf24da77e3
commit bd0972f408

View 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
}