20 lines
588 B
Bash
20 lines
588 B
Bash
# Template build file for 'perl-Try-Tiny'.
|
|
pkgname=perl-Try-Tiny
|
|
version=0.32
|
|
revision=1
|
|
build_style=perl-module
|
|
hostmakedepends="perl"
|
|
makedepends="perl"
|
|
checkdepends="perl-Capture-Tiny perl-CPAN-Meta-Check"
|
|
depends="perl"
|
|
short_desc='Try::Tiny - Minimal try/catch with proper preservation of $@'
|
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|
homepage="https://metacpan.org/release/Try-Tiny"
|
|
license="MIT"
|
|
distfiles="${CPAN_SITE}/XML/ETHER/Try-Tiny-${version}.tar.gz"
|
|
checksum=ef2d6cab0bad18e3ab1c4e6125cc5f695c7e459899f512451c8fa3ef83fa7fc0
|
|
|
|
post_install() {
|
|
vlicense LICENCE LICENSE
|
|
}
|