aboutsummaryrefslogtreecommitdiffstats
path: root/community/acf-clamsmtp/APKBUILD
blob: 01b38490580e26eed39980736dc9f50cb864bb5e (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>
# Maintainer: Ted Trask <ttrask01@yahoo.com>
pkgname=acf-clamsmtp
pkgver=0.6.0
pkgrel=3
pkgdesc="A web-based system administration interface for clamsmtp"
url="https://git.alpinelinux.org/cgit/acf/acf-clamsmtp"
arch="noarch !s390x" # clamsmtp not avail
license="GPL-2.0"
depends="acf-core clamsmtp"
options="!check"
source="https://dev.alpinelinux.org/archive/$pkgname/$pkgname-$pkgver.tar.xz"

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

	make DESTDIR="$pkgdir" install

}

sha512sums="b2077cf5043d30c8e774274036471e44917b3aabe3a199799637a8c360425809a9f2052c352530dd828caae0b696ea094f0541efa1f038a9c33ae1ae46f26bde  acf-clamsmtp-0.6.0.tar.xz"