wok-next view perl-test-file-sharedir/receipt @ rev 21725

busybox: add overrides
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 11:18:16 2020 +0000 (2020-09-01)
parents d5aab818505e
children
line source
1 # SliTaz package receipt v2.
3 ORIGIN="Test-File-ShareDir"
4 PACKAGE="perl-test-file-sharedir"
5 VERSION="1.001002"
6 AUTHOR="KENTNL"
7 CATEGORY="perl"
8 SHORT_DESC="Test::File::ShareDir - Create a Fake ShareDir for your modules for \
9 testing"
10 MAINTAINER="al.bobylev@gmail.com"
11 LICENSE="GPL"
12 WEB_SITE="https://metacpan.org/release/$ORIGIN"
13 HOST_ARCH="any"
14 REPOLOGY="${PACKAGE/-/:}"
16 TARBALL="$ORIGIN-$VERSION.tar.gz"
17 WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL"
19 DEPENDS_std="perl-class-tiny perl-file-copy-recursive perl-file-sharedir \
20 perl-path-tiny perl-scope-guard"
21 BUILD_DEPENDS="$DEPENDS_std perl-test-fatal"
23 compile_rules() {
24 cook_perl
25 }