Skip to content
Snippets Groups Projects
Commit 28cbd050 authored by Síle Ekaterin Liszka's avatar Síle Ekaterin Liszka :speech_balloon: Committed by Andy Postnikov
Browse files

testing/apache-mod-md: new package

parent 02c8103c
No related branches found
No related tags found
1 merge request!25547testing/apache-mod-md: new package
Pipeline #94103 canceled
# 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"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment