From 1a7dac02a8132e6846467f7b641a41694e90e768 Mon Sep 17 00:00:00 2001 From: cr6git Date: Sun, 15 Jul 2018 12:03:28 +0200 Subject: [PATCH] New package: jdupes-1.10.2 (#906) --- srcpkgs/jdupes/template | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 srcpkgs/jdupes/template diff --git a/srcpkgs/jdupes/template b/srcpkgs/jdupes/template new file mode 100644 index 00000000000..37d62a146c0 --- /dev/null +++ b/srcpkgs/jdupes/template @@ -0,0 +1,16 @@ +# Template file for 'jdupes' +pkgname=jdupes +version=1.10.2 +revision=1 +build_style=gnu-makefile +make_build_args="ENABLE_BTRFS=1" +short_desc="Powerful duplicate file finder and an enhanced fork of fdupes" +maintainer="cr6git " +license="MIT" +homepage="https://github.com/jbruchon/jdupes" +distfiles="https://github.com/jbruchon/jdupes/archive/v${version}.tar.gz" +checksum=6c79035e2d349d0b1d749881b06a24ca43afc5b8f7e714c99b90a34b4618ed4f + +post_install() { + vlicense LICENSE +}