mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-19 05:36:38 +02:00
21 lines
708 B
Text
21 lines
708 B
Text
# Contributor: Ted Trask <ttrask01@yahoo.com>
|
|
# Maintainer: Ted Trask <ttrask01@yahoo.com>
|
|
pkgname=acf-postfix
|
|
pkgver=0.10.0
|
|
pkgrel=4
|
|
pkgdesc="Web-based system administration interface for postfix"
|
|
url="https://gitlab.alpinelinux.org/acf/acf-postfix"
|
|
arch="noarch"
|
|
license="GPL-2.0-only"
|
|
options="!check" # no test suite
|
|
depends="acf-core postfix"
|
|
source="https://gitlab.alpinelinux.org/acf/acf-postfix/-/archive/v$pkgver/acf-postfix-v$pkgver.tar.gz"
|
|
builddir="$srcdir/$pkgname-v$pkgver"
|
|
|
|
package() {
|
|
make DESTDIR="$pkgdir" install
|
|
}
|
|
|
|
sha512sums="
|
|
1efad25b1488e6faf7c16e67ac08dd42fee45e461d1e8e0b2716776f2692a8113086e581d4d4aefa2d0219c51e456795ec26c048c9c66884b89617020ca0b052 acf-postfix-v0.10.0.tar.gz
|
|
"
|