wok-next view jdupes/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 b5f2a6ab88b6
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="jdupes"
4 VERSION="1.11.1"
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"
13 TARBALL_SHA1="2e817052c2786cc67ebb4262f8ca9bf709ddd9e4"
15 compile_rules() {
16 make &&
17 make install
18 }