app-eselect/eselect-vala: new package, add 1.0.0

Signed-off-by: Tony Olagbaiye <bqv@fron.io>
This commit is contained in:
Tony Olagbaiye
2022-06-01 00:20:05 +01:00
parent 091f665632
commit 9fb602a404
2 changed files with 23 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST eselect-vala-1.0.0.tar.gz 8927 BLAKE2B 883a33cbe134a83023a1fdaf3d77587cbb0384bc406c7fe3337e69c1134d1f7cf3880c1c66c4d6377196537777190e849d7938a5c69ce43480441e330ae34280 SHA512 e4020f94d2beee174fa5ba7480f552b0b09c947b50131f8e39d8490cc0c4be5051e988b43691e1a31050dc8174f8fe636358dc6935351df0d3786a6190bafc04

View 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
}