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
commit20fe0fadf668916f6b34181eeef287ff102921cd (patch)
tree32542cb003528df0182d90a3ad796d804a450c51 /testing
parent9a6c0c3da4cd16f176cd39a443a546c5a0adad43 (diff)
downloadaports-20fe0fadf668916f6b34181eeef287ff102921cd.tar.bz2
aports-20fe0fadf668916f6b34181eeef287ff102921cd.tar.xz
community/lua-resty-session: moved from testing
Diffstat (limited to 'testing')
-rw-r--r--testing/lua-resty-session/APKBUILD21
1 files changed, 0 insertions, 21 deletions
diff --git a/testing/lua-resty-session/APKBUILD b/testing/lua-resty-session/APKBUILD
deleted file mode 100644
index 0cac69ec83..0000000000
--- a/testing/lua-resty-session/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-session
-pkgver=2.23
-pkgrel=0
-pkgdesc="Session library for OpenResty"
-url="https://github.com/bungle/lua-resty-session"
-arch="noarch"
-license="BSD2"
-subpackages=""
-source="$pkgname-$pkgver.tar.gz::https://github.com/bungle/$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="1cd2364569509a6f7be4e1ed2cdbb55d24e192bf3a55fcf9edef92a1af07d7533e7d250abb7d8b4587c5bdf582a006516264e99a350e7fc66ae47b127c40466e lua-resty-session-2.23.tar.gz"