summaryrefslogtreecommitdiff
path: root/app-misc/jdupes/jdupes-scm.ebuild
blob: 19aa244910f31fe45565eec11154a05c619a9dd4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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
}