mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-20 03:47:16 +02:00
21 lines
714 B
Text
21 lines
714 B
Text
# Contributor: Ted Trask <ttrask01@yahoo.com>
|
|
# Maintainer: Ted Trask <ttrask01@yahoo.com>
|
|
pkgname=acf-openssl
|
|
pkgver=0.11.0
|
|
pkgrel=0
|
|
pkgdesc="Web-based system administration interface for open/libressl"
|
|
url="https://gitlab.alpinelinux.org/acf/acf-openssl"
|
|
arch="noarch"
|
|
license="GPL-2.0-only"
|
|
options="!check" # no test suite
|
|
depends="acf-core openssl"
|
|
source="https://gitlab.alpinelinux.org/acf/acf-openssl/-/archive/v$pkgver/acf-openssl-v$pkgver.tar.gz"
|
|
builddir="$srcdir/$pkgname-v$pkgver"
|
|
|
|
package() {
|
|
make DESTDIR="$pkgdir" install
|
|
}
|
|
|
|
sha512sums="
|
|
5808224bdc6607811ab063108be289b826f6a19233b073355c533a0164c74519d1ffd6b831add55b6259acff29be5a524d37ff516bedc7f055c03db0ec379bd0 acf-openssl-v0.11.0.tar.gz
|
|
"
|