diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2017-08-13 15:59:24 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2017-08-13 15:59:24 +0100 |
commit | fdc97647f9837884d5b729a8000d52bf2ecf5858 (patch) | |
tree | 58f284de46b0b797e26a9b693832b246f7a5c68c /app-admin/vasile/vasile-1708.ebuild | |
parent | 1358adf41d192d24d67fbde47262abe47da56892 (diff) |
redcore 1708 gamma crucis : bump ebuilds
Diffstat (limited to 'app-admin/vasile/vasile-1708.ebuild')
-rw-r--r-- | app-admin/vasile/vasile-1708.ebuild | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/app-admin/vasile/vasile-1708.ebuild b/app-admin/vasile/vasile-1708.ebuild new file mode 100644 index 00000000..7f09678b --- /dev/null +++ b/app-admin/vasile/vasile-1708.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit eutils git-r3 + +DESCRIPTION="Versatile Advanced Script for ISO and Latest Enchantments" +HOMEPAGE="http://redcorelinux.org" + +EGIT_BRANCH="master" +EGIT_REPO_URI="https://gitlab.com/redcore/vasile.git" +EGIT_COMMIT="8cf5486e23a109864f38d326bf1d82f674fb2a17" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="amd64" +IUSE="" + +DEPEND="sys-apps/gentoo-functions" +RDEPEND="${DEPEND} + dev-libs/libisoburn + sys-boot/grub:2 + sys-kernel/dkms + sys-fs/mtools + sys-fs/squashfs-tools" + +src_install() { + dodir /usr/bin + exeinto /usr/bin + doexe ${S}/${PN} + dodir /usr/$(get_libdir)/${PN} + insinto /usr/$(get_libdir)/${PN} + doins ${S}/libvasile +} |