summaryrefslogtreecommitdiff
path: root/app-misc
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss123next@list.ru>2017-02-15 06:28:58 +0300
committerGluzskiy Alexandr <sss123next@list.ru>2017-02-15 06:28:58 +0300
commit12d704a7ae6d387b3171568608a68ce29be08402 (patch)
treecea747a63af7bf9f42b883dc3370079e8bd8b5cb /app-misc
parentfbfff1267cf94cf0cce75f5b58f90aa97a477e6d (diff)
added jdupes - fork of fdupes
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/jdupes/jdupes-scm.ebuild28
1 files changed, 28 insertions, 0 deletions
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
+}