wok-next view jdupes/receipt @ rev 21012

Small updates
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Oct 13 17:31:50 2018 +0300 (2018-10-13)
parents d72501f4ab49
children 0872dcbd1d74
line source
1 # SliTaz package receipt v2.
3 PACKAGE="jdupes"
4 VERSION="1.10.4"
5 CATEGORY="development"
6 SHORT_DESC="A powerful duplicate file finder and an enhanced fork of 'fdupes'"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="MIT"
9 WEB_SITE="https://github.com/jbruchon/jdupes/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="https://github.com/jbruchon/jdupes/archive/v$VERSION.tar.gz"
14 compile_rules() {
15 make &&
16 make install
17 }
19 genpkg_rules() {
20 copy @std
21 }