package = 'vshard' version = 'scm-1' source = { url = 'git+https://github.com/tarantool/vshard.git', branch = 'master', } description = { summary = 'The new generation of sharding based on virtual buckets', homepage = 'https://github.com/tarantool/vshard.git', license = 'BSD', } dependencies = { 'lua ~> 5.1'; } external_dependencies = { TARANTOOL = { header = 'tarantool/module.h', }, } build = { type = 'cmake'; variables = { CMAKE_BUILD_TYPE="RelWithDebInfo"; TARANTOOL_DIR="$(TARANTOOL_DIR)"; TARANTOOL_INSTALL_LIBDIR="$(LIBDIR)"; TARANTOOL_INSTALL_LUADIR="$(LUADIR)"; }; } -- vim: syntax=lua