wok-next annotate perl-capture-tiny/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents 2032afd3d24e
children
rev   line source
al@21026 1 # SliTaz package receipt v2.
al@21026 2
al@21068 3 ORIGIN="Capture-Tiny"
al@21026 4 PACKAGE="perl-capture-tiny"
al@21026 5 VERSION="0.48"
al@21068 6 AUTHOR="DAGOLDEN"
al@21026 7 CATEGORY="perl"
al@21026 8 SHORT_DESC="Capture::Tiny - Capture STDOUT and STDERR from Perl, XS or external programs"
al@21026 9 MAINTAINER="al.bobylev@gmail.com"
al@21026 10 LICENSE="Apache2"
al@21068 11 WEB_SITE="https://metacpan.org/release/$ORIGIN"
al@21026 12 HOST_ARCH="any"
al@21068 13 REPOLOGY="${PACKAGE/-/:}"
al@21026 14
al@21068 15 TARBALL="$ORIGIN-$VERSION.tar.gz"
al@21068 16 WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL"
al@21026 17
al@21068 18 DEPENDS_std="perl"
al@21068 19 BUILD_DEPENDS="$DEPENDS_std"
al@21026 20
al@21026 21 compile_rules() {
al@21068 22 cook_perl
al@21026 23 }