summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: a02f598730d5b4d371f0d3a490dfb560d54bcdf5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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
)