Revert "New package: dotnet-sdk-2.2.203"
This reverts commit b96755c43a
.
This commit is contained in:
parent
e2d049df41
commit
bdc0219f11
2 changed files with 0 additions and 69 deletions
|
@ -1,23 +0,0 @@
|
|||
The MIT License (MIT)
|
||||
|
||||
Copyright (c) .NET Foundation and Contributors
|
||||
|
||||
All rights reserved.
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
|
@ -1,46 +0,0 @@
|
|||
# Template file for 'dotnet-sdk'
|
||||
pkgname=dotnet-sdk
|
||||
version=2.2.203
|
||||
revision=1
|
||||
archs="x86_64 armv7 aarch64"
|
||||
wrksrc="${pkgname}-${version}"
|
||||
create_wrksrc=yes
|
||||
short_desc="Provides the .NET SDK components"
|
||||
maintainer="Anachron <gith@cron.world>"
|
||||
license="MIT"
|
||||
homepage="https://dotnet.microsoft.com"
|
||||
nopie=yes
|
||||
|
||||
case "${XBPS_TARGET_MACHINE}" in
|
||||
x86_64)
|
||||
_arch="x64"
|
||||
_path="647f8505-3bf0-48c5-ac0f-3839be6816d7/d0c2762ded5a1ded3c79b1e495e43b7c"
|
||||
distfiles="https://download.visualstudio.microsoft.com/download/pr/${_path}/${pkgname}-${version}-linux-${_arch}.tar.gz"
|
||||
checksum="d1e2368b1335a6a5f496b887950ad5da3d85783ec76f74a663214989817bb497"
|
||||
;;
|
||||
armv7)
|
||||
_arch="arm"
|
||||
_path="e5573b57-df74-4b5b-8cd8-06973b66c3ac/b9ee29318ad2d87fa05adfaf74a8271c"
|
||||
distfiles="https://download.visualstudio.microsoft.com/download/pr/${_path}/${pkgname}-${version}-linux-${_arch}.tar.gz"
|
||||
checksum="76488566b7c81f12a517274562bf5bbb77e003cd9ca568f90d9bfb2865de3242"
|
||||
;;
|
||||
aarch64)
|
||||
_arch="arm64"
|
||||
_path="50979c85-1634-4c40-a4d0-4d25c9dae08d/cfa1d7e5ef765cef1d2c9127c9e14599"
|
||||
distfiles="https://download.visualstudio.microsoft.com/download/pr/${_path}/${pkgname}-${version}-linux-${_arch}.tar.gz"
|
||||
checksum="6f49fa85aef7f69ec04bbb4f61e4029a472d5a01ea5a4154986df27e26521879"
|
||||
;;
|
||||
esac
|
||||
|
||||
_target='opt/dotnet'
|
||||
|
||||
do_install() {
|
||||
vmkdir usr/bin
|
||||
ln -sf "/${_target}/dotnet" "${DESTDIR}/usr/bin/dotnet"
|
||||
vmkdir "${_target}"
|
||||
vcopy dotnet "${_target}"
|
||||
vcopy host "${_target}"
|
||||
vcopy shared "${_target}"
|
||||
vcopy sdk "${_target}"
|
||||
vlicense "${FILESDIR}/LICENSE"
|
||||
}
|
Loading…
Reference in a new issue