wok-next view jdupes/receipt @ rev 21449

updated slock (1.1 -> 1.4)
author Hans-G?nter Theisgen
date Thu May 07 07:51:56 2020 +0100 (2020-05-07)
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 }