mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-12 16:16:22 +02:00
testing/apache-mod-md: new package
This commit is contained in:
parent
02c8103c49
commit
28cbd050be
34
testing/apache-mod-md/APKBUILD
Normal file
34
testing/apache-mod-md/APKBUILD
Normal file
@ -0,0 +1,34 @@
|
||||
# Contributor: Sheila Aman <sheila@vulpine.house>
|
||||
# Maintainer: Sheila Aman <sheila@vulpine.house>
|
||||
pkgname=apache-mod-md
|
||||
pkgver=2.4.7
|
||||
pkgrel=0
|
||||
pkgdesc="Integrated Acme protocol support for apache2"
|
||||
url="https://github.com/icing/mod_md"
|
||||
arch="all"
|
||||
license="Apache-2.0"
|
||||
makedepends="apache2-dev curl-dev jansson-dev"
|
||||
subpackages="$pkgname-doc"
|
||||
source="https://github.com/icing/mod_md/releases/download/v$pkgver/mod_md-$pkgver.tar.gz"
|
||||
builddir="$srcdir/mod_md-$pkgver"
|
||||
|
||||
build() {
|
||||
./configure \
|
||||
--build=$CBUILD \
|
||||
--host=$CHOST \
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--mandir=/usr/share/man \
|
||||
--localstatedir=/var
|
||||
make
|
||||
}
|
||||
|
||||
check() {
|
||||
make check
|
||||
}
|
||||
|
||||
package() {
|
||||
make DESTDIR="$pkgdir" install
|
||||
}
|
||||
|
||||
sha512sums="0c7f9689d70daf709d439fcb998355ef783a235c26ac6c378f7539e32a10aa73b21bbf32af7e6820f6613225b17a627840de58d2ddd53d64a87452022a5b1c52 mod_md-2.4.7.tar.gz"
|
||||
Loading…
x
Reference in New Issue
Block a user