aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2019-05-02 08:26:03 +0300
committerTimo Teräs <timo.teras@iki.fi>2019-05-02 08:27:22 +0300
commit71ba6826210f553d7dc22a5c8b0faf87b9e1f37a (patch)
treec05a4588c0d7204b8ced96c4d542e12d80047d25 /testing
parentb8c20cdbc6649502aa25d1f38eee18529b6e01e6 (diff)
downloadaports-71ba6826210f553d7dc22a5c8b0faf87b9e1f37a.tar.bz2
aports-71ba6826210f553d7dc22a5c8b0faf87b9e1f37a.tar.xz
community/lua-resty-openidc: moved from testing
Diffstat (limited to 'testing')
-rw-r--r--testing/lua-resty-openidc/APKBUILD21
1 files changed, 0 insertions, 21 deletions
diff --git a/testing/lua-resty-openidc/APKBUILD b/testing/lua-resty-openidc/APKBUILD
deleted file mode 100644
index 26fafb0334..0000000000
--- a/testing/lua-resty-openidc/APKBUILD
+++ /dev/null
@@ -1,21 +0,0 @@
-# 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=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="ce52684ebb3a492382e93a71a11c62d1cd17d1a3fd266e7d95453729abeb036ed99fded1a9cee55aec444d7a3e36d7cebd7a537006dff71fafd5dc8aa4c32378 lua-resty-openidc-1.7.1.tar.gz"