aboutsummaryrefslogtreecommitdiffstats
path: root/main/acf-clamav/APKBUILD
blob: 6937c29dc734a3be2b1c940fb8987974046815e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Contributor: Michael Mason <ms13sp@gmail.com>
pkgname=acf-clamav
pkgver=0.2.4
pkgrel=0
pkgdesc="A web-based system administration interface for clamav"
url="http://git.alpinelinux.org/cgit/acf-clamav"
arch="x86 x86_64"
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="c1de427059630dc277947918927f4b78  acf-clamav-0.2.4.tar.bz2"