summaryrefslogtreecommitdiffstats
path: root/main/alpine-sdk/APKBUILD
blob: 12ddfc18522da1fe9949d0655794056f24f30b66 (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=alpine-sdk
pkgver=0.4
pkgrel=1
url=http://dev.alpinelinux.org/cgit
pkgdesc="Alpine Software Development Kit meta package"
depends="abuild build-base git squashfs-tools cdrkit acct mkinitfs mtools"
arch="noarch"
license="GPL2"

build() {
	# meta package
	return 0
}

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