diff options
author | V3n3RiX <venerix@rogentos.ro> | 2016-01-03 23:28:36 +0000 |
---|---|---|
committer | V3n3RiX <venerix@rogentos.ro> | 2016-01-03 23:28:36 +0000 |
commit | 37935a64000047d6ba3706555235939337b9c8ff (patch) | |
tree | 51f20365446bf6ad1f2952c99337ff4da04ab051 /app-admin/vasile/vasile-1.0.ebuild | |
parent | c06e543b8fd6a29bdbc3edf7fd76517bcf465a93 (diff) |
bump vasile to version 1.0
Diffstat (limited to 'app-admin/vasile/vasile-1.0.ebuild')
-rw-r--r-- | app-admin/vasile/vasile-1.0.ebuild | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/app-admin/vasile/vasile-1.0.ebuild b/app-admin/vasile/vasile-1.0.ebuild new file mode 100644 index 00000000..2b5d4b6d --- /dev/null +++ b/app-admin/vasile/vasile-1.0.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit eutils git-2 + +DESCRIPTION="RogentOS Development Group buildbot, a safer alternative to Sabayons app-admin/matter" +HOMEPAGE="http://rogentos.ro" + +EGIT_BRANCH="master" +EGIT_REPO_URI="https://gitlab.com/rogentos/vasile.git" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="" + +DEPEND=" + sys-fs/squashfs-tools + sys-boot/grub:2 + dev-libs/libisoburn + sys-fs/mtools" +RDEPEND="${DEPEND}" + +src_install() { + dodir /usr/bin + exeinto /usr/bin + doexe ${S}/${PN} + dodir /usr/$(get_libdir)/${PN} + insinto /usr/$(get_libdir)/${PN} + doins ${S}/libvasile + dodir /usr/share/${PN} + insinto /usr/share/${PN} + doins ${S}/build* + doins ${S}/iso* +} + |