summaryrefslogtreecommitdiffstats
path: root/core/abuild/APKBUILD
blob: a21c205148f30af73e5f7edd4e5edf74a72068d9 (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>
pkgdesc="Script to build Alpine Packages"
pkgname=abuild
pkgver=1.14
pkgrel=0
url=http://git.alpinelinux.org/cgit/abuild/
source="http://git.alpinelinux.org/cgit/abuild/snapshot/abuild-$pkgver.tar.bz2
	"
depends="fakeroot file sudo"
license=GPL-2

build() {
	cd "$srcdir/$pkgname-$pkgver"
	make install DESTDIR="$pkgdir"
	install -m 644 abuild.conf "$pkgdir"/etc/abuild.conf
}

md5sums="25463a14946eab5b120851e8077679a5  abuild-1.14.tar.bz2"