wok-next view perl-test-fatal/receipt @ rev 20949

Fix homepages
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Sep 01 16:21:51 2018 +0300 (2018-09-01)
parents 0e7893ac206d
children d5aab818505e
line source
1 # SliTaz package receipt v2.
3 PACKAGE="perl-test-fatal"
4 VERSION="0.014"
5 CATEGORY="perl"
6 SHORT_DESC="Test::Fatal - incredibly simple helpers for testing code with \
7 exceptions"
8 MAINTAINER="nneul@neulinger.org"
9 LICENSE="GPL"
10 WEB_SITE="https://metacpan.org/release/Test-Fatal"
11 REPOLOGY="perl:test-fatal"
13 TARBALL="Test-Fatal-$VERSION.tar.gz"
14 WGET_URL="https://cpan.metacpan.org/authors/id/R/RJ/RJBS/$TARBALL"
16 BUILD_DEPENDS="perl-try-tiny"
18 compile_rules() {
19 perl Makefile.PL &&
20 make && make DESTDIR=$install install &&
22 chmod -R u+w $install
23 }
25 genpkg_rules() {
26 copy @std
27 DEPENDS="perl-try-tiny"
28 }