diff options
author | V3n3RiX <venerix@koprulu.sector> | 2024-06-18 10:40:36 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2024-06-18 10:40:36 +0100 |
commit | 0eee8d9f2d655c1dc54326f467d8dbb9496f8481 (patch) | |
tree | cc891631413ab5e34392fe240e77d248c868d73b /app-admin/vasile/vasile-2.1812.2-r1.ebuild | |
parent | 4714c6837947e2d3fea81b92f4b039f4180b9e30 (diff) |
app-admin/vasile : EAPI bump
Diffstat (limited to 'app-admin/vasile/vasile-2.1812.2-r1.ebuild')
-rw-r--r-- | app-admin/vasile/vasile-2.1812.2-r1.ebuild | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/app-admin/vasile/vasile-2.1812.2-r1.ebuild b/app-admin/vasile/vasile-2.1812.2-r1.ebuild new file mode 100644 index 00000000..9842c8d0 --- /dev/null +++ b/app-admin/vasile/vasile-2.1812.2-r1.ebuild @@ -0,0 +1,32 @@ +# Copyright 2016-2018 Redcore Linux Project +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit git-r3 + +DESCRIPTION="Versatile Advanced Script for ISO and Latest Enchantments" +HOMEPAGE="https://redcorelinux.org" + +EGIT_REPO_URI="https://pagure.io/redcore/vasile.git" +EGIT_BRANCH="master" +EGIT_COMMIT="4461a01202018c5120d19f6b997e402f85ee66cd" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="amd64" +IUSE="" + +DEPEND="sys-apps/gentoo-functions" +RDEPEND="${DEPEND} + dev-libs/libisoburn + dev-vcs/git + sys-boot/grub:2 + sys-kernel/dkms + sys-fs/mtools + sys-fs/squashfs-tools" + +src_install() { + default + dosym ../../usr/bin/"${PN}".sh usr/bin/"${PN}" +} |