add: dotnet

This commit is contained in:
ZotanWolf 2018-01-30 07:34:09 +01:00
parent 24fb87dc8c
commit 554f1c372b
3 changed files with 1096 additions and 0 deletions

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:37cf1dfe1118886e12b28509cde564f9b884c15d4cb6b446e056b26f926b852c
size 122212941

20
dotnet/package.yml Normal file
View File

@ -0,0 +1,20 @@
name : dotnet-sdk
version : 1.2.4
release : 1
source :
- https://download.microsoft.com/download/1/1/5/115B762D-2B41-4AF3-9A63-92D9680B9409/dotnet-sdk-2.1.4-linux-x64.tar.gz : 8450c675db50c4e0fb16a5acb4e3e14cbd96296337ac51079dd13ec337242609
license : MIT
component : programming.library
summary : Provides the .NET core software development kit (sdk).
description: |
Provides the .NET core software development kit (sdk).
builddeps : []
rundeps : []
#build : |
# echo
#strip : false
install : |
mkdir -p "$installdir/usr/bin"
mkdir -p "$installdir/opt/dotnet"
cp --force --preserve=mode --recursive ./** "$installdir/opt/dotnet"
ln -s /opt/dotnet/dotnet $installdir/usr/bin/dotnet

1073
dotnet/pspec_x86_64.xml Normal file

File diff suppressed because it is too large Load Diff