From 17816bd5cbc5d19811fc17af94615fb0a7cd8696 Mon Sep 17 00:00:00 2001 From: anelki Date: Wed, 19 Apr 2023 10:14:48 -0500 Subject: [PATCH] New package: mod_md-2.4.21 --- srcpkgs/mod_md/README.voidlinux | 4 ++++ srcpkgs/mod_md/template | 17 +++++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 srcpkgs/mod_md/README.voidlinux create mode 100644 srcpkgs/mod_md/template diff --git a/srcpkgs/mod_md/README.voidlinux b/srcpkgs/mod_md/README.voidlinux new file mode 100644 index 000000000000..4eb4221a87cb --- /dev/null +++ b/srcpkgs/mod_md/README.voidlinux @@ -0,0 +1,4 @@ +To activate mod_md, add the following line to /etc/apache/httpd.conf +and restart Apache. + + LoadModule md_module /usr/libexec/httpd/mod_md.so diff --git a/srcpkgs/mod_md/template b/srcpkgs/mod_md/template new file mode 100644 index 000000000000..db9346828bc2 --- /dev/null +++ b/srcpkgs/mod_md/template @@ -0,0 +1,17 @@ +# Template file for 'mod_md' +pkgname=mod_md +version=2.4.21 +revision=1 +# need to check apr etc. with aarch64 and others +archs="x86_64 x86_64-musl i686" +build_style=gnu-configure +configure_args="--with-apxs=/usr/bin/apxs" +makedepends="apache-devel apr-devel apr-util-devel jansson-devel libcurl-devel" +depends="apr" +short_desc="Automated ACME/Certbot certificate management for Apache HTTPD" +maintainer="anelki " +license="GPL-3.0-or-later" +homepage="https://icing.github.io/mod_md/" +changelog="https://github.com/icing/mod_md/blob/master/ChangeLog" +distfiles="https://github.com/icing/mod_md/releases/download/v${version}/mod_md-${version}.tar.gz" +checksum=67839ab81b1dd27ab9edf8c26aee3063e85a900f4452204a1d15bd4af6b80a43