# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 ## Build the tarball: ## ./build.sh --configuration Release --architecture x64 \ ## /p:ArcadeBuildTarball=true /p:TarballDir="$(pwd)/dotnet-sdk-7.0.105" ## cd dotnet-sdk-7.0.105 ## ./prep.sh --bootstrap ## cd .. ## tar --create --auto-compress --file dotnet-sdk-7.0.105.tar.xz dotnet-sdk-7.0.105 ## mv dotnet-sdk-7.0.105.tar.xz dotnet-sdk-7.0.1050-prepared-gentoo-amd64.tar.xz ## upload dotnet-sdk-7.0.1050-amd64.tar.xz EAPI=8 LLVM_MAX_SLOT=16 PYTHON_COMPAT=( python3_{10..12} ) inherit check-reqs llvm python-any-r1 DESCRIPTION=".NET is a free, cross-platform, open-source developer platform" HOMEPAGE="https://dotnet.microsoft.com/" SRC_URI=" amd64? ( https://dev.gentoo.org/~xgqt/distfiles/repackaged/${P}-prepared-gentoo-amd64.tar.xz ) " SDK_SLOT="$(ver_cut 1-2)" RUNTIME_SLOT="${SDK_SLOT}.5" SLOT="${SDK_SLOT}/${RUNTIME_SLOT}" LICENSE="MIT" KEYWORDS="~amd64" BDEPEND=" ${PYTHON_DEPS}