diff options
| author | Maciej Barć <xgqt@gentoo.org> | 2024-11-19 19:56:00 +0100 |
|---|---|---|
| committer | Maciej Barć <xgqt@gentoo.org> | 2024-11-19 20:52:04 +0100 |
| commit | 4181609f528fcc6c8087b93c35fcd9f2a75eb0a6 (patch) | |
| tree | 0d97424d3f0cb43b260429e6543408d3075c1a72 /dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-6.0.36.ebuild | |
| parent | 23a1cb7d272316a133487cf806031ab65f4e9fba (diff) | |
| download | gentoo-4181609f528fcc6c8087b93c35fcd9f2a75eb0a6.tar.gz gentoo-4181609f528fcc6c8087b93c35fcd9f2a75eb0a6.tar.bz2 gentoo-4181609f528fcc6c8087b93c35fcd9f2a75eb0a6.zip | |
dev-dotnet/dotnet-runtime-nugets: bump to 6.0.36
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-6.0.36.ebuild')
| -rw-r--r-- | dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-6.0.36.ebuild | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-6.0.36.ebuild b/dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-6.0.36.ebuild new file mode 100644 index 000000000000..58bf329e96dd --- /dev/null +++ b/dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-6.0.36.ebuild @@ -0,0 +1,50 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DOTNET_PKG_COMPAT="$(ver_cut 1-2)" +NUGETS=" +microsoft.aspnetcore.app.ref@${PV} +microsoft.aspnetcore.app.runtime.linux-arm@${PV} +microsoft.aspnetcore.app.runtime.linux-arm64@${PV} +microsoft.aspnetcore.app.runtime.linux-musl-arm@${PV} +microsoft.aspnetcore.app.runtime.linux-musl-arm64@${PV} +microsoft.aspnetcore.app.runtime.linux-musl-x64@${PV} +microsoft.aspnetcore.app.runtime.linux-x64@${PV} +microsoft.netcore.app.host.linux-arm@${PV} +microsoft.netcore.app.host.linux-arm64@${PV} +microsoft.netcore.app.host.linux-musl-arm@${PV} +microsoft.netcore.app.host.linux-musl-arm64@${PV} +microsoft.netcore.app.host.linux-musl-x64@${PV} +microsoft.netcore.app.host.linux-x64@${PV} +microsoft.netcore.app.ref@${PV} +microsoft.netcore.app.runtime.linux-arm@${PV} +microsoft.netcore.app.runtime.linux-arm64@${PV} +microsoft.netcore.app.runtime.linux-musl-arm@${PV} +microsoft.netcore.app.runtime.linux-musl-arm64@${PV} +microsoft.netcore.app.runtime.linux-musl-x64@${PV} +microsoft.netcore.app.runtime.linux-x64@${PV} +" + +inherit dotnet-pkg-base + +DESCRIPTION=".NET runtime nugets" +HOMEPAGE="https://dotnet.microsoft.com/" +SRC_URI="${NUGET_URIS}" +S="${WORKDIR}" + +LICENSE="MIT" +SLOT="${PV}/${PV}" +KEYWORDS="~amd64 ~arm ~arm64" + +src_unpack() { + : +} + +src_install() { + local nuget + for nuget in ${NUGETS} ; do + nuget_donuget "${DISTDIR}/${nuget/@/.}.nupkg" + done +} |
