aboutsummaryrefslogtreecommitdiffstats
path: root/community/acf-clamsmtp/APKBUILD
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@alpinelinux.org>2018-12-24 14:24:19 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2018-12-24 14:24:19 +0000
commitecee4de7fe76913d0c1210f2416477c37aee1a97 (patch)
tree4c9d561f79f2fa0f6b02cd19bcd4a1257925d508 /community/acf-clamsmtp/APKBUILD
parent94a212d7c85c77694564c066835a67af309a71a7 (diff)
downloadaports-ecee4de7fe76913d0c1210f2416477c37aee1a97.tar.bz2
aports-ecee4de7fe76913d0c1210f2416477c37aee1a97.tar.xz
community/acf-clamsmtp: moved from main
ClamSMTP in now in community
Diffstat (limited to 'community/acf-clamsmtp/APKBUILD')
-rw-r--r--community/acf-clamsmtp/APKBUILD25
1 files changed, 25 insertions, 0 deletions
diff --git a/community/acf-clamsmtp/APKBUILD b/community/acf-clamsmtp/APKBUILD
new file mode 100644
index 0000000000..814d205cd3
--- /dev/null
+++ b/community/acf-clamsmtp/APKBUILD
@@ -0,0 +1,25 @@
+# Contributor: Ted Trask <ttrask01@yahoo.com>
+# Maintainer: Ted Trask <ttrask01@yahoo.com>
+pkgname=acf-clamsmtp
+pkgver=0.6.0
+pkgrel=2
+pkgdesc="A web-based system administration interface for clamsmtp"
+url="https://git.alpinelinux.org/cgit/acf/acf-clamsmtp"
+arch="noarch"
+license="GPL-2.0"
+depends="acf-core clamsmtp"
+makedepends=""
+install=
+subpackages=""
+source="https://dev.alpinelinux.org/archive/$pkgname/$pkgname-$pkgver.tar.xz"
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
+
+ make DESTDIR="$pkgdir" install
+
+}
+
+md5sums="1cd76e96b2ccd473aeeb84fb8d729df0 acf-clamsmtp-0.6.0.tar.xz"
+sha256sums="fd29f200bf5d345d49751a260a279f631686e7c92a1fe87ab5ca026b07e682a8 acf-clamsmtp-0.6.0.tar.xz"
+sha512sums="b2077cf5043d30c8e774274036471e44917b3aabe3a199799637a8c360425809a9f2052c352530dd828caae0b696ea094f0541efa1f038a9c33ae1ae46f26bde acf-clamsmtp-0.6.0.tar.xz"