mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
app-eselect/eselect-vala: new package, add 1.0.0
Signed-off-by: Tony Olagbaiye <bqv@fron.io>
This commit is contained in:
1
app-eselect/eselect-vala/Manifest
Normal file
1
app-eselect/eselect-vala/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST eselect-vala-1.0.0.tar.gz 8927 BLAKE2B 883a33cbe134a83023a1fdaf3d77587cbb0384bc406c7fe3337e69c1134d1f7cf3880c1c66c4d6377196537777190e849d7938a5c69ce43480441e330ae34280 SHA512 e4020f94d2beee174fa5ba7480f552b0b09c947b50131f8e39d8490cc0c4be5051e988b43691e1a31050dc8174f8fe636358dc6935351df0d3786a6190bafc04
|
||||
22
app-eselect/eselect-vala/eselect-vala-1.0.0.ebuild
Normal file
22
app-eselect/eselect-vala/eselect-vala-1.0.0.ebuild
Normal file
@@ -0,0 +1,22 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
SRC_URI="https://github.com/coldnew/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
DESCRIPTION="Manage the valac symlink"
|
||||
HOMEPAGE="https://github.com/coldnew/eselect-vala"
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
RESTRICT="mirror"
|
||||
|
||||
RDEPEND="app-admin/eselect"
|
||||
|
||||
S="${WORKDIR}/${P}"
|
||||
|
||||
src_install() {
|
||||
default
|
||||
insinto /usr/share/eselect/modules
|
||||
doins vala.eselect
|
||||
}
|
||||
Reference in New Issue
Block a user