mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-23 19:25:25 +03:00
21 lines
831 B
Text
21 lines
831 B
Text
# Contributor: Timo Teräs <timo.teras@iki.fi>
|
|
# Maintainer: Timo Teräs <timo.teras@iki.fi>
|
|
pkgname=lua-resty-openidc
|
|
pkgver=1.7.1
|
|
pkgrel=1
|
|
pkgdesc="OpenID Connect library for the nginx lua module"
|
|
url="https://github.com/zmartzone/$pkgname"
|
|
# riscv64 blocked by luajit -> lua-resty-string
|
|
arch="noarch !riscv64"
|
|
license="BSD-2-Clause"
|
|
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"
|
|
options="!check"
|
|
|
|
package() {
|
|
cd "$builddir"
|
|
mkdir -p "$pkgdir/usr/share/lua/common"
|
|
cp -r ./lib/resty "$pkgdir/usr/share/lua/common"
|
|
}
|
|
|
|
sha512sums="ce52684ebb3a492382e93a71a11c62d1cd17d1a3fd266e7d95453729abeb036ed99fded1a9cee55aec444d7a3e36d7cebd7a537006dff71fafd5dc8aa4c32378 lua-resty-openidc-1.7.1.tar.gz"
|