wok-next view perl-common-sense/receipt @ rev 21722

efivar: typo in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:31:46 2020 +0000 (2020-09-01)
parents d5aab818505e
children
line source
1 # SliTaz package receipt v2.
3 ORIGIN="common-sense"
4 PACKAGE="perl-common-sense"
5 VERSION="3.74"
6 AUTHOR="MLEHMANN"
7 CATEGORY="perl"
8 SHORT_DESC="common::sense - save a tree AND a kitten, use common::sense!"
9 MAINTAINER="pascal.bellard@slitaz.org"
10 LICENSE="GPL" # metacpan: unknown
11 WEB_SITE="https://metacpan.org/release/$ORIGIN"
12 REPOLOGY="${PACKAGE/-/:}"
14 TARBALL="$ORIGIN-$VERSION.tar.gz"
15 WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL"
17 DEPENDS_std="perl"
18 BUILD_DEPENDS="$DEPENDS_std"
20 COOKOPTS="force-arch" # architecture-dependent paths
22 compile_rules() {
23 cook_perl
24 }