aboutsummaryrefslogtreecommitdiffstats
path: root/main/build-base/APKBUILD
blob: 9ae0ceb3499b22393294bd7e7ad1ffd369a54e08 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=build-base
pkgver=0.4
pkgrel=1
url=http://dev.alpinelinux.org/cgit
pkgdesc="Meta package for build base"
depends="binutils gcc make libc-dev fortify-headers g++"
arch="noarch"
license=none

build() {
	:
}

package() {
	mkdir -p "$pkgdir"
}