Skip to content

Commit

Permalink
added rockspec for 0.5.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
and.sergeev committed May 24, 2019
1 parent f407532 commit bc17144
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions rockspecs/kafka-0.5.0-1.rockspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
package = "kafka"
version = "0.5.0-1"
source = {
url = "git://github.com/tarantool/tnt-kafka.git",
tag = "v0.5.0",
}
description = {
summary = "Kafka library for Tarantool",
homepage = "https://github.com/tarantool/tnt-kafka",
license = "Apache",
}
dependencies = {
"lua >= 5.1" -- actually tarantool > 1.6
}
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)",
STATIC_BUILD="$(STATIC_BUILD)"
}
}

0 comments on commit bc17144

Please sign in to comment.