[arch-commits] Commit in (dotnet-sdk dotnet-sdk/trunk dotnet-sdk/trunk/PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Tue Jan 9 20:19:38 UTC 2018


    Date: Tuesday, January 9, 2018 @ 20:19:37
  Author: alucryd
Revision: 280763

Add the blob dotnet SDK, their source-build repo still doesn't quite work

Added:
  dotnet-sdk/
  dotnet-sdk/trunk/
  dotnet-sdk/trunk/PKGBUILD

----------+
 PKGBUILD |   25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

Added: dotnet-sdk/trunk/PKGBUILD
===================================================================
--- dotnet-sdk/trunk/PKGBUILD	                        (rev 0)
+++ dotnet-sdk/trunk/PKGBUILD	2018-01-09 20:19:37 UTC (rev 280763)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Max Liebkies <mail at maxliebkies.de>
+
+pkgname=dotnet-sdk
+pkgver=2.1.4
+pkgrel=1
+pkgdesc='The .NET Core SDK'
+arch=('x86_64')
+url='https://www.microsoft.com/net/core'
+license=('MIT')
+depends=('dotnet-runtime')
+options=('staticlibs')
+conflicts=('dotnet-sdk-2.0')
+provides=('dotnet-sdk-2.0')
+source=('https://download.microsoft.com/download/1/1/5/115B762D-2B41-4AF3-9A63-92D9680B9409/dotnet-sdk-2.1.4-linux-x64.tar.gz')
+sha256sums=('8450c675db50c4e0fb16a5acb4e3e14cbd96296337ac51079dd13ec337242609')
+
+package() {
+  install -dm 755 "${pkgdir}"/{opt/dotnet,usr/share/licenses}
+  cp -dr --no-preserve='ownership' sdk "${pkgdir}"/opt/dotnet/
+  ln -s dotnet-runtime "${pkgdir}"/usr/share/licenses/dotnet-sdk
+}
+
+# vim: ts=2 sw=2 et:


Property changes on: dotnet-sdk/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list