1
0
mirror of synced 2024-06-25 05:42:54 +02:00

new ebuild

This commit is contained in:
Horea Christian 2014-09-14 01:14:51 +02:00
parent 41a3553eef
commit adf19c6f1e

View File

@ -0,0 +1,28 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v3
# Author: Horea Christian
EAPI="5"
inherit git-2
RESTRICT="strip"
DESCRIPTION="native bindings for the FUSE kernel module"
HOMEPAGE="https://github.com/tools/godep"
EGIT_REPO_URI="https://github.com/TheChymera/${PN}.git"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
DEPEND=""
RDEPEND="app-shells/bash
app-arch/tar"
src_install() {
exeinto /usr/bin/
newexe "${S}"/mkstage4.sh mkstage4
}