summaryrefslogtreecommitdiff
path: root/app-eselect/eselect-dotnet/eselect-dotnet-0.1.0.ebuild
blob: 5342241be471d86255d54038da0f7f1f54185c6f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="Eselect module for management of multiple dotnet versions"
HOMEPAGE="https://gitlab.gentoo.org/dotnet/eselect-dotnet/"
SRC_URI="https://gitlab.gentoo.org/dotnet/${PN}/-/archive/${PV}/${P}.tar.bz2"

LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64"

RDEPEND="app-admin/eselect"

src_install() {
	insinto /usr/share/eselect/modules
	doins dotnet.eselect
}