mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
testing/lua-resty-redis: new aport
This commit is contained in:
parent
a056a69a34
commit
f83f27b015
26
testing/lua-resty-redis/APKBUILD
Normal file
26
testing/lua-resty-redis/APKBUILD
Normal file
@ -0,0 +1,26 @@
|
||||
# Contributor: Michael Pirogov <vbnet.ru@gmail.com>
|
||||
# Maintainer: Michael Pirogov <vbnet.ru@gmail.com>
|
||||
pkgname=lua-resty-redis
|
||||
pkgver=0.27
|
||||
pkgrel=0
|
||||
pkgdesc="Lua redis client driver for the ngx_lua based on the cosocket API"
|
||||
url="https://github.com/openresty/lua-resty-redis"
|
||||
arch="noarch"
|
||||
license="BSD-2-Clause"
|
||||
depends="lua"
|
||||
source="$pkgname-$pkgver.tar.gz::https://github.com/openresty/lua-resty-redis/archive/v$pkgver.tar.gz"
|
||||
options="!check" # FIXME: tests require OpenResty and additional dependencies
|
||||
|
||||
for _v in 5.1 5.2 5.3; do
|
||||
provides="$provides lua$_v-${pkgname#lua-}=$pkgver-r$pkgrel" # for backward compatibility
|
||||
done
|
||||
|
||||
package() {
|
||||
make install DESTDIR="$pkgdir" LUA_LIB_DIR="/usr/share/lua/common"
|
||||
|
||||
echo 'rock_manifest = {}' > rock_manifest
|
||||
install -D -m 644 rock_manifest \
|
||||
"$pkgdir"/usr/lib/luarocks/rocks-common/$pkgname/$pkgver-1
|
||||
}
|
||||
|
||||
sha512sums="cb4fb5b5bb903c8740ac5ae75960f786039406a7e9c671c758cb25aa2fc8fdfcac351db4b2aefe73f28fd89a110b85b6ef4b9c6642ae2983f67d371c99f41bd3 lua-resty-redis-0.27.tar.gz"
|
||||
Loading…
x
Reference in New Issue
Block a user