1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-19 09:15:30 +03:00
aports/testing/lua-resty-redis/APKBUILD
Michał Polański a0ef9c988b testing/lua-resty-redis: disable on riscv64
blocked by luajit
2021-07-13 00:19:18 +02:00

22 lines
927 B
Text

# Contributor: Michael Pirogov <vbnet.ru@gmail.com>
# Maintainer: Michael Pirogov <vbnet.ru@gmail.com>
pkgname=lua-resty-redis
pkgver=0.27
pkgrel=1
pkgdesc="Lua redis client driver for the ngx_lua based on the cosocket API"
url="https://github.com/openresty/lua-resty-redis"
arch="noarch !riscv64" # blocked by luajit
license="BSD-2-Clause"
depends="luajit"
source="https://github.com/openresty/lua-resty-redis/archive/v$pkgver/$pkgname-$pkgver.tar.gz"
options="!check" # FIXME: tests require OpenResty and additional dependencies
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"