dotnetcore-sdk-binè2.1.302

This commit is contained in:
odrling 2018-07-24 03:57:46 +02:00
parent 13e882e2cf
commit 004ba1345c
3 changed files with 57 additions and 0 deletions

View File

@ -0,0 +1,3 @@
DIST dotnet-sdk-2.1.302-linux-x64.tar.gz 159799872 BLAKE2B 7998571e08033b5f28d485ce847fbf29f8a4c93984e334d2e4363c1164ffe9dcc7b77eb2e1091a12ebd8a692b08367ff86db87081cf9213f15b4fb81547fdc7b SHA512 2166986e360f1c3456a33723edb80349e6ede115be04a6331bfbfd0f412494684d174a0cfb21d2feb00d509ce342030160a4b5b445e393ad83bedb613a64bc66
EBUILD dotnetcore-sdk-bin-2.1.302.ebuild 1152 BLAKE2B 0a528fe5b7fa806906e6039bdda375507264b4abedf344e03c911a7132d8ec8a32d523430637e2085a252e1b476bf32566b21d0cd158f531704126f524906247 SHA512 9d3cc1f52f2f8a1979ec6adb9a00f429d27127ff883baeed5779cc9fd0beecabbf6af19978d4710f2e06163e6919293b080d87a9b18603957eea4ae9fb3049ff
MISC metadata.xml 269 BLAKE2B fd2b85b89b0ac98fd9be248b30323387ebd6822f1458ec32cf277a24a7adc4d2cd621e49b467737686d9354b25d693d633447a8a83eeb72bf150b0cf43c677ee SHA512 6ea2fa6ec92e2063eb31675ff15e4ce21e0ceeb8279c9b20eba48c830e282a11cd9f4c8154aa98599349568aa7cfce48c8d922c3da4e1f196cdaf37bda3ece60

View File

@ -0,0 +1,46 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
inherit eutils
DESCRIPTION=".NET Core SDK - binary precompiled for glibc"
HOMEPAGE="https://www.microsoft.com/net/core"
LICENSE="MIT"
SRC_URI="
amd64? ( https://download.microsoft.com/download/4/0/9/40920432-3302-47a8-b13c-bbc4848ad114/dotnet-sdk-${PV}-linux-x64.tar.gz -> dotnet-sdk-${PV}-linux-x64.tar.gz )
"
SLOT="0"
KEYWORDS="~amd64"
# The sdk includes the runtime-bin and aspnet-bin so prevent from installing at the same time
# dotnetcore-sdk is the source based build
RDEPEND="
>=sys-apps/lsb-release-1.4
>=sys-devel/llvm-4.0
>=dev-util/lldb-4.0
>=sys-libs/libunwind-1.1-r1
>=dev-libs/icu-57.1
>=dev-util/lttng-ust-2.8.1
>=dev-libs/openssl-1.0.2h-r2
>=net-misc/curl-7.49.0
>=app-crypt/mit-krb5-1.14.2
>=sys-libs/zlib-1.2.8-r1
!dev-dotnet/dotnetcore-sdk
!dev-dotnet/dotnetcore-runtime-bin
!dev-dotnet/dotnetcore-aspnet-bin"
S=${WORKDIR}
src_install() {
local dest="opt/dotnet_core"
dodir "${dest}"
local ddest="${D}${dest}"
cp -a "${S}"/* "${ddest}/" || die
dosym "/${dest}/dotnet" "/usr/bin/dotnet"
}

View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>dotnet@gentoo.org</email>
<description>Gentoo Dotnet Project</description>
</maintainer>
</pkgmetadata>