sys-process/glances: 3.1.4.1-r1 amd64 stable, bug #720368
[gentoo.git] / sys-fs / unionfs-fuse / unionfs-fuse-1.0.ebuild
1 # Copyright 1999-2018 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI="5"
5
6 DESCRIPTION="Self-syncing tree-merging file system based on FUSE"
7
8 HOMEPAGE="https://github.com/rpodgorny/unionfs-fuse"
9 SRC_URI="https://github.com/rpodgorny/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
10
11 LICENSE="BSD"
12 SLOT="0"
13 KEYWORDS="~amd64 ~x86 ~x86-linux"
14 IUSE=""
15
16 DEPEND="sys-fs/fuse:0"
17 RDEPEND="${DEPEND}"
18
19 src_install() {
20         emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install
21 }