Skip to content

Commit

Permalink
Added rockspec fo 1.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
RepentantGopher authored Jun 6, 2019
1 parent 2428e81 commit ce3dac3
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions rockspecs/kafka-1.0.0-1.rockspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
package = "kafka"
version = "1.0.0-1"
source = {
url = "git://github.com/tarantool/tnt-kafka.git",
tag = "v1.0.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 ce3dac3

Please sign in to comment.