From 12d704a7ae6d387b3171568608a68ce29be08402 Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Wed, 15 Feb 2017 06:28:58 +0300 Subject: added jdupes - fork of fdupes --- app-misc/jdupes/jdupes-scm.ebuild | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 app-misc/jdupes/jdupes-scm.ebuild diff --git a/app-misc/jdupes/jdupes-scm.ebuild b/app-misc/jdupes/jdupes-scm.ebuild new file mode 100644 index 0000000..19aa244 --- /dev/null +++ b/app-misc/jdupes/jdupes-scm.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit eutils git-r3 toolchain-funcs + + +DESCRIPTION="Identify/delete duplicate files residing within specified directories" +HOMEPAGE="https://github.com/jbruchon/jdupes.git" +SRC_URI="" +EGIT_REPO_URI="https://github.com/jbruchon/jdupes.git" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="" +IUSE="" + + +src_compile() { + emake +} + +src_install() { + dobin jdupes + doman jdupes.1 +} -- cgit v1.2.3