diff options
| author | Timo Teräs <timo.teras@iki.fi> | 2019-05-02 08:26:03 +0300 |
|---|---|---|
| committer | Timo Teräs <timo.teras@iki.fi> | 2019-05-02 08:27:22 +0300 |
| commit | b8c20cdbc6649502aa25d1f38eee18529b6e01e6 (patch) | |
| tree | c59d93cf347f713da4052afc8384946282150c08 /testing | |
| parent | 20fe0fadf668916f6b34181eeef287ff102921cd (diff) | |
| download | aports-b8c20cdbc6649502aa25d1f38eee18529b6e01e6.tar.bz2 aports-b8c20cdbc6649502aa25d1f38eee18529b6e01e6.tar.xz | |
community/lua-resty-jwt: moved from testing
Diffstat (limited to 'testing')
| -rw-r--r-- | testing/lua-resty-jwt/APKBUILD | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/testing/lua-resty-jwt/APKBUILD b/testing/lua-resty-jwt/APKBUILD deleted file mode 100644 index 8180e29f99..0000000000 --- a/testing/lua-resty-jwt/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-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" |
