mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-27 09:21:41 +02:00
testing/lua-resty-openidc: new aport
OpenID Connect library for the nginx lua module https://github.com/zmartzone/lua-resty-openidc
This commit is contained in:
parent
2ecb961213
commit
dac091c2a6
21
testing/lua-resty-openidc/APKBUILD
Normal file
21
testing/lua-resty-openidc/APKBUILD
Normal file
@ -0,0 +1,21 @@
|
||||
# Contributor: Timo Teräs <timo.teras@iki.fi>
|
||||
# Maintainer: Timo Teräs <timo.teras@iki.fi>
|
||||
pkgname=lua-resty-openidc
|
||||
pkgver=1.7.0
|
||||
pkgrel=0
|
||||
pkgdesc="OpenID Connect library for the nginx lua module"
|
||||
url="https://github.com/zmartzone/$pkgname"
|
||||
arch="noarch"
|
||||
license="BSD2"
|
||||
source="$pkgname-$pkgver.tar.gz::https://github.com/zmartzone/$pkgname/archive/v$pkgver.tar.gz"
|
||||
depends="lua-cjson lua-resty-string lua-resty-http lua-resty-session lua-resty-jwt"
|
||||
builddir="$srcdir/$pkgname-$pkgver"
|
||||
options="!check"
|
||||
|
||||
package() {
|
||||
cd "$builddir"
|
||||
mkdir -p "$pkgdir/usr/share/lua/common"
|
||||
cp -r ./lib/resty "$pkgdir/usr/share/lua/common"
|
||||
}
|
||||
|
||||
sha512sums="c26e530c5f1fcf8d4939820b1541e70444efb63dc60e3834231812d86c8f7c06c06ad1b12b79b94d27338b93f32e5a1acd78158d9aed4b9a4f8f133fc6a17625 lua-resty-openidc-1.7.0.tar.gz"
|
Loading…
x
Reference in New Issue
Block a user