# Maintainer: alzeih # Maintainer: Caleb Maclennan pkgname=mod_auth_openidc pkgver=2.4.14.2 pkgrel=1 pkgdesc='OpenID Connect Relying Party implementation for Apache 2.x' arch=(x86_64) url=https://www.mod-auth-openidc.org license=(Apache) depends=(apr-util cjose curl openssl pcre2) _archive="$pkgname-$pkgver" makedepends=(apache jansson) source=("https://github.com/zmartzone/$pkgname/releases/download/$pkgver/$_archive.tar.gz") sha256sums=('b0440d2e22f7532a5833bffd8ac64d8a77c439628f081649faaf7e7a01c6d3e9') build() { cd "$_archive" ./configure --prefix=/usr make } package() { cd "$_archive" make DESTDIR="$pkgdir" install }