summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: a4425e10a4f1ab6911bd7ab3f45ae31467a8d88c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
_pkgname=build-base
pkgname=alpine-$_pkgname
pkgver=0.5
pkgrel=1
pkgdesc='Meta package for build base in Alpine Linux'
url='http://dev.alpinelinux.org/cgit'
arch=('any')
license=('MIT')
options=('!debug')

depends=(
	binutils
	file
	gcc # which also provides g++
	make
	musl # which provides libc-dev in alpine
	fortify-headers # from the AUR
	patch
)