forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
app-eselect/eselect-dotnet: bump to 1.0.0
Closes: https://bugs.gentoo.org/914431 Signed-off-by: Maciej Barć <[email protected]>
- Loading branch information
Showing
2 changed files
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
DIST eselect-dotnet-0.1.0.tar.bz2 7788 BLAKE2B 141e5a2fc765454682de60a6a337d6634766b4dd76f218606e2f4eb18960fdcf8940b954deda2fb6b0903f72b161513936c1d767210883316c32200704188945 SHA512 879281ffff019d1e4a8a5ee3d3e6b6de3446ba573d253a5b3b0c59aa9faffcd6eb4382066e1752e18cb4e48c3e14340a278b2189c2674b1baa258ceb3980d13a | ||
DIST eselect-dotnet-1.0.0.tar.bz2 8414 BLAKE2B a4a5da37573a4620e3b3852882d717a69badcae22138c184b0036f212a7b0825d76a5fadf1eedec3b52199b89bf6fb97db6437b2c7aa680db7a2bf4fe6c4ac5f SHA512 067f863da609556d36c3137ac4f8e8d0df823d80aca9a660fecf928727031b6d6373a727a6d45b7c142a8be759a84f7d6739a9172bf10232991c825e88af6caa |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,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 ~arm ~arm64" | ||
|
||
RDEPEND="app-admin/eselect" | ||
|
||
src_install() { | ||
insinto /usr/share/eselect/modules | ||
doins dotnet.eselect | ||
} |