aboutsummaryrefslogtreecommitdiffstats
path: root/core/abuild/APKBUILD
blob: 983293df3139d7a428cdb15ec727efe22c955767 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
pkgdesc="Script to build Alpine Packages"
pkgname=abuild
pkgver=0.9
pkgrel=0
url=http://dev.alpinelinux.org/cgit/cgit.cgi/abuild/
source="http://dev.alpinelinux.org/cgit/cgit.cgi/abuild/snapshot/abuild-$pkgver.tar.bz2
	"
depends="fakeroot file sudo"
license=GPL-2

build() {
	cd "$srcdir/$pkgname"
	make install DESTDIR="$pkgdir"
}
md5sums="bce5ece283a439c63d9e68d6662e0400  abuild-0.9.tar.bz2"