aboutsummaryrefslogtreecommitdiff
path: root/community/lua-resty-jwt
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
commitb8c20cdbc6649502aa25d1f38eee18529b6e01e6 (patch)
treec59d93cf347f713da4052afc8384946282150c08 /community/lua-resty-jwt
parent20fe0fadf668916f6b34181eeef287ff102921cd (diff)
downloadalpine_aports-b8c20cdbc6649502aa25d1f38eee18529b6e01e6.tar.bz2
alpine_aports-b8c20cdbc6649502aa25d1f38eee18529b6e01e6.tar.xz
alpine_aports-b8c20cdbc6649502aa25d1f38eee18529b6e01e6.zip
community/lua-resty-jwt: moved from testing
Diffstat (limited to 'community/lua-resty-jwt')
-rw-r--r--community/lua-resty-jwt/APKBUILD21
1 files changed, 21 insertions, 0 deletions
diff --git a/community/lua-resty-jwt/APKBUILD b/community/lua-resty-jwt/APKBUILD
new file mode 100644
index 0000000000..8180e29f99
--- /dev/null
+++ b/community/lua-resty-jwt/APKBUILD
@@ -0,0 +1,21 @@
1# Contributor: Timo Teräs <timo.teras@iki.fi>
2# Maintainer: Timo Teräs <timo.teras@iki.fi>
3pkgname=lua-resty-jwt
4pkgver=0.2.0
5pkgrel=0
6pkgdesc="JSON Web Token library for OpenResty"
7url="https://github.com/cdbattags/lua-resty-jwt"
8arch="noarch"
9license="BSD2"
10depends="lua-resty-hmac"
11source="$pkgname-$pkgver.tar.gz::https://github.com/cdbattags/$pkgname/archive/v$pkgver.tar.gz"
12builddir="$srcdir/$pkgname-$pkgver"
13options="!check"
14
15package() {
16 cd "$builddir"
17 mkdir -p "$pkgdir/usr/share/lua/common"
18 cp -r ./lib/resty "$pkgdir/usr/share/lua/common"
19}
20
21sha512sums="17b7a0251392a5e79b74a9c23ab229ab6578336148764fa489ef3add96d6b8211621ccede1c00889836567f2d09aee59f752c0a5247eaa12e2372c83f85efbb9 lua-resty-jwt-0.2.0.tar.gz"