wok-next annotate 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
rev   line source
al@20870 1 # SliTaz package receipt v2.
al@20870 2
al@20870 3 PACKAGE="jdupes"
al@21131 4 VERSION="1.11.1"
al@20870 5 CATEGORY="development"
al@20870 6 SHORT_DESC="A powerful duplicate file finder and an enhanced fork of 'fdupes'"
al@20870 7 MAINTAINER="al.bobylev@gmail.com"
al@20870 8 LICENSE="MIT"
al@20870 9 WEB_SITE="https://github.com/jbruchon/jdupes/"
al@20870 10
al@20870 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@20870 12 WGET_URL="https://github.com/jbruchon/jdupes/archive/v$VERSION.tar.gz"
al@21131 13 TARBALL_SHA1="2e817052c2786cc67ebb4262f8ca9bf709ddd9e4"
al@20870 14
al@20870 15 compile_rules() {
al@20870 16 make &&
al@20870 17 make install
al@20870 18 }