wok-next view tup/receipt @ rev 20700

Up: babl (0.1.50), gegl (0.4.2), gimp (2.10.2), glib (2.54.3), iso-codes (3.79), lensfun (0.3.2); add: gexiv2, libde265, libheif, libmypaint, mypaint-brushes.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu May 24 23:51:14 2018 +0300 (2018-05-24)
parents c59c1fa413a6
children d5aab818505e
line source
1 # SliTaz package receipt v2.
3 PACKAGE="tup"
4 VERSION="0.7.3"
5 CATEGORY="utilities"
6 SHORT_DESC="Tup is a file-based build system for Linux, OSX, and Windows"
7 MAINTAINER="necrophcodr@necrophcodr.me"
8 LICENSE="GPL2"
9 WEB_SITE="http://gittup.org/tup/"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="git|git://github.com/gittup/tup"
14 BUILD_DEPENDS="fuse2-dev git"
16 compile_rules() {
17 ./bootstrap.sh &&
18 install -Dm755 tup $install/usr/bin/tup
19 }
21 genpkg_rules() {
22 copy @std
23 DEPENDS="fuse2"
24 }