wok-next view perl-try-tiny/receipt @ rev 20957

Random updates
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Sep 05 15:26:05 2018 +0300 (2018-09-05)
parents 44d2daaccb67
children d5aab818505e
line source
1 # SliTaz package receipt v2.
3 PACKAGE="perl-try-tiny"
4 VERSION="0.30"
5 CATEGORY="perl"
6 SHORT_DESC='Try::Tiny - Minimal try/catch with proper preservation of \$@'
7 MAINTAINER="nneul@neulinger.org"
8 LICENSE="GPL"
9 WEB_SITE="https://metacpan.org/release/Try-Tiny"
10 REPOLOGY="perl:try-tiny"
12 TARBALL="Try-Tiny-$VERSION.tar.gz"
13 WGET_URL="https://cpan.metacpan.org/authors/id/E/ET/ETHER/$TARBALL"
15 BUILD_DEPENDS="perl"
17 compile_rules() {
18 perl Makefile.PL &&
19 make && make DESTDIR=$install install &&
21 chmod -R u+w $install
22 }
24 genpkg_rules() {
25 copy @std
26 DEPENDS="perl"
27 }