blob: 8080bc3e8835ce5654ba759530a386369c39a1be (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Contributor: Ted Trask <ttrask01@yahoo.com>
# Maintainer: Ted Trask <ttrask01@yahoo.com>
pkgname=acf-dovecot
pkgver=0.6.0
pkgrel=2
pkgdesc="A web-based system administration interface for dovecot"
url="https://git.alpinelinux.org/cgit/acf/acf-dovecot"
arch="noarch"
license="GPL-2.0"
depends="acf-core dovecot"
makedepends=""
install=
subpackages=""
source="https://dev.alpinelinux.org/archive/$pkgname/$pkgname-$pkgver.tar.xz"
package() {
cd "$srcdir/$pkgname-$pkgver"
make DESTDIR="$pkgdir" install
}
sha512sums="7838987e88505d1c8f929088e4e05e6f5161a01d55fe9892b0e10f4e9b850981423e2fff93053d21b18d3e4384bbdbe7912b7a155af0eae4afc4c61517a7abd8 acf-dovecot-0.6.0.tar.xz"
|