summaryrefslogtreecommitdiffstats
path: root/main/acf-heimdal/APKBUILD
blob: 05a044f526677e930da94040a1c8971979d0a0bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Contributor: Ted Trask <ttrask01@yahoo.com>
pkgname=acf-heimdal
pkgver=0.1.1
pkgrel=0
pkgdesc="ACF module for heimdal"
url="http://git.alpinelinux.org/cgit/$pkgname"
license="GPL-2"
depends="acf-core lua heimdal"
makedepends=""
install=
subpackages=""
source="http://git.alpinelinux.org/cgit/$pkgname/snapshot/$pkgname-$pkgver.tar.bz2"

build() {
        cd "$srcdir/$pkgname-$pkgver"

        make DESTDIR="$pkgdir" install

}

md5sums="c025f632f23b884d20c32a783c0b323f  acf-heimdal-0.1.1.tar.bz2"