diff --git a/testing/apache-mod-md/APKBUILD b/testing/apache-mod-md/APKBUILD new file mode 100644 index 0000000000000000000000000000000000000000..85b003514edba03dd022859201b9b1266339d5fc --- /dev/null +++ b/testing/apache-mod-md/APKBUILD @@ -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"