wok-next view perl-class-singleton/receipt @ rev 21153

Small updates.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jan 31 16:45:41 2019 +0200 (2019-01-31)
parents d5aab818505e
children
line source
1 # SliTaz package receipt v2.
3 ORIGIN="Class-Singleton"
4 PACKAGE="perl-class-singleton"
5 VERSION="1.5"
6 AUTHOR="SHAY"
7 CATEGORY="perl"
8 SHORT_DESC="Class::Singleton - Implementation of a 'Singleton' class"
9 MAINTAINER="devel@slitaz.org"
10 LICENSE="GPL" # metacpan: unknown
11 WEB_SITE="https://metacpan.org/release/$ORIGIN"
12 HOST_ARCH="any"
13 REPOLOGY="${PACKAGE/-/:}"
15 TARBALL="$ORIGIN-$VERSION.tar.gz"
16 WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL"
18 DEPENDS_std="perl"
19 BUILD_DEPENDS="$DEPENDS_std"
21 compile_rules() {
22 cook_perl
23 }