aboutsummaryrefslogtreecommitdiffstats
path: root/main/acf-apk-tools/APKBUILD
blob: 53f9c25fd6d51d100c4ac16558833856e070fb3a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Contributor: Ted Trask <ttrask01@yahoo.com>
# Maintainer: Ted Trask <ttrask01@yahoo.com>
pkgname=acf-apk-tools
pkgver=0.7.1
pkgrel=0
pkgdesc="ACF module for apk"
url="http://git.alpinelinux.org/cgit/acf-apk-tools"
arch="noarch"
license="GPL-2"
depends="acf-core lua lua-posix apk-tools"
source="http://git.alpinelinux.org/cgit/$pkgname.git/snapshot/$pkgname-$pkgver.tar.bz2"

package() {
	cd "$srcdir/$pkgname-$pkgver"
	make DESTDIR="$pkgdir" install
}

md5sums="aabce9b4e2a4692f696f9ccc661c0252  acf-apk-tools-0.7.1.tar.bz2"