summaryrefslogtreecommitdiff
path: root/skip/dotnet-sdk
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-06-27 23:09:07 +0100
committerdavidovski <david@davidovski.xyz>2022-06-27 23:09:07 +0100
commitf6332a43c35387c4a2dea1746be5fd092890ae0e (patch)
treed6599f63de04096f3fc21a98e0b3bb39d55a3531 /skip/dotnet-sdk
parentf13e0cac13f90f7f57bce3b26b2e6383de6e4ad2 (diff)
added lf and iptables
Diffstat (limited to 'skip/dotnet-sdk')
-rw-r--r--skip/dotnet-sdk/dotnet-sdk.xibuild17
1 files changed, 17 insertions, 0 deletions
diff --git a/skip/dotnet-sdk/dotnet-sdk.xibuild b/skip/dotnet-sdk/dotnet-sdk.xibuild
new file mode 100644
index 0000000..e4ed99a
--- /dev/null
+++ b/skip/dotnet-sdk/dotnet-sdk.xibuild
@@ -0,0 +1,17 @@
+#!/bin/sh
+
+NAME="dotnet-sdk"
+DESC="Core functionality needed to create .NET Core projects"
+
+MAKEDEPS="make "
+
+PKG_VER=6.0.301
+SOURCE="https://github.com/dotnet/sdk/archive/refs/tags/v$PKG_VER.tar.gz"
+
+build () {
+ ./build.sh
+}
+
+package () {
+ make PREFIX=/usr DESTDIR=$PKG_DEST install
+}