wok-next annotate tup/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 474eb4a6385a
children
rev   line source
al@20527 1 # SliTaz package receipt v2.
tcg@17139 2
tcg@17139 3 PACKAGE="tup"
necrophcodr@17746 4 VERSION="0.7.3"
tcg@17139 5 CATEGORY="utilities"
al@21020 6 SHORT_DESC="File-based build system for Linux, OSX, and Windows"
al@21020 7 MAINTAINER="devel@slitaz.org"
tcg@17139 8 LICENSE="GPL2"
al@20527 9 WEB_SITE="http://gittup.org/tup/"
al@20527 10
pascal@17162 11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
tcg@17139 12 WGET_URL="git|git://github.com/gittup/tup"
tcg@17139 13
al@20527 14 BUILD_DEPENDS="fuse2-dev git"
tcg@17139 15
al@20527 16 compile_rules() {
tcg@17139 17 ./bootstrap.sh &&
al@20527 18 install -Dm755 tup $install/usr/bin/tup
tcg@17139 19 }
tcg@17139 20
al@20527 21 genpkg_rules() {
al@20527 22 copy @std
al@20527 23 DEPENDS="fuse2"
tcg@17139 24 }