summaryrefslogtreecommitdiffstats
path: root/main/acf-skins/APKBUILD
blob: e3ff83c710ec7b0cc784efaad23203fd06c2244a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=acf-skins
pkgver=0.3.0
pkgrel=0
pkgdesc="Skins for ACF"
url="http://git.alpinelinux.org/cgit/acf-skins"
license="GPL-2"
depends=""
source="http://git.alpinelinux.org/cgit/$pkgname/snapshot/$pkgname-$pkgver.tar.bz2"

build() {
	cd "$srcdir/$pkgname-$pkgver"
	make DESTDIR="$pkgdir" install
}
md5sums="65e77c8f46cd25d10cbe20e22dab3b9d  acf-skins-0.3.0.tar.bz2"