20 lines
613 B
Bash
20 lines
613 B
Bash
# 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
|
|
}
|