summaryrefslogtreecommitdiff
path: root/app-misc/simplify/simplify-0.2.1.ebuild
blob: cd84dba82941b1928fcfd2c280e249b05c9b5007 (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
29
30
31
32
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI="7"
inherit bjam

DESCRIPTION="Simplify a list of files and folders."
HOMEPAGE="https://github.com/rascalDan/simplify"
SRC_URI="https://github.com/rascalDan/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE=""
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""

RDEPEND="
	dev-libs/boost:=
"
DEPEND="
	${RDEPEND}
	dev-build/b2
"

src_compile() {
	bjambuild simplify
}

src_install() {
	bjaminstall install
}