mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-29 18:31:35 +02:00
testing/lua-resty-jwt: new aport
JSON Web Token library for OpenResty https://github.com/cdbattags/lua-resty-jwt
This commit is contained in:
parent
3e603cc81c
commit
ae75b64e7b
21
testing/lua-resty-jwt/APKBUILD
Normal file
21
testing/lua-resty-jwt/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-jwt
|
||||
pkgver=0.2.0
|
||||
pkgrel=0
|
||||
pkgdesc="JSON Web Token library for OpenResty"
|
||||
url="https://github.com/cdbattags/lua-resty-jwt"
|
||||
arch="noarch"
|
||||
license="BSD2"
|
||||
depends="lua-resty-hmac"
|
||||
source="$pkgname-$pkgver.tar.gz::https://github.com/cdbattags/$pkgname/archive/v$pkgver.tar.gz"
|
||||
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="17b7a0251392a5e79b74a9c23ab229ab6578336148764fa489ef3add96d6b8211621ccede1c00889836567f2d09aee59f752c0a5247eaa12e2372c83f85efbb9 lua-resty-jwt-0.2.0.tar.gz"
|
Loading…
x
Reference in New Issue
Block a user