summaryrefslogtreecommitdiffstats
path: root/main/acf-clamav/APKBUILD
blob: 520b91b8f06f7f3c0cdaff4d629920fbf76691d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Contributor: Michael Mason <ms13sp@gmail.com>
pkgname=acf-clamav
pkgver=0.2.2
pkgrel=0
pkgdesc="A web-based system administration interface for clamav"
url="http://git.alpinelinux.org/cgit/acf-clamav"
license="GPL-2"
depends="acf-core lua clamav"
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="5e7f74f1e1a90f2889cd86141b0807f0  acf-clamav-0.2.2.tar.bz2"