summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorfossdd2024-04-06 14:56:19 +0200
committerfossdd2024-04-06 14:56:19 +0200
commit605c3c72b0131db48d84f6a90ec0f85285607182 (patch)
tree345fd5e3642b0b36c176a91ac58e4d25e3444831 /PKGBUILD
downloadaur-alpine-sdk.tar.gz
upgpkg: alpine-sdk 1.0-1
upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD15
1 files changed, 15 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..a02f598730d5
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,15 @@
+pkgname=alpine-sdk
+pkgver=1.0
+pkgrel=1
+pkgdesc='Alpine Software Development Kit meta package'
+url='https://git.alpinelinux.org/'
+arch=('any')
+license=('GPL-2.0')
+options=('!debug')
+
+depends=(
+ abuild # from the AUR
+ alpine-build-base # from the AUR
+ git
+)
+