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

Add neofetch, tcl2c-fork; build two versions of tklauncher (using tcl2c and tcl2c-fork) with different warnings
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Jun 23 09:45:42 2018 +0300 (2018-06-23)
parents 1a86cb99cbbf
children 4e6503d7a19f
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"
12 TARBALL="Test-Fatal-$VERSION.tar.gz"
13 WGET_URL="https://cpan.metacpan.org/authors/id/R/RJ/RJBS/$TARBALL"
15 BUILD_DEPENDS="perl-try-tiny"
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-try-tiny"
27 }