Skip to content

Commit

Permalink
Release version 1.2.1 with rockspecs
Browse files Browse the repository at this point in the history
  • Loading branch information
opomuc committed Jan 22, 2018
1 parent 5d6161f commit 5fca755
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions rockspecs/mqtt-1.2.1-1.rockspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
package = "mqtt"
version = "1.2.1-1"
source = {
url = "git://github.com/tarantool/mqtt.git",
tag = "1.2.1"
}
description = {
summary = "Mqtt connector for Tarantool",
homepage = "https://github.com/tarantool/mqtt",
license = "BSD"
}
dependencies = {
"lua >= 5.1"
}
build = {
type = "cmake";
variables = {
CMAKE_BUILD_TYPE="RelWithDebInfo";
TARANTOOL_INSTALL_LIBDIR="$(LIBDIR)";
TARANTOOL_INSTALL_LUADIR="$(LUADIR)";
};
}
2 changes: 1 addition & 1 deletion mqtt-scm-1.rockspec → rockspecs/mqtt-scm-1.rockspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ source = {
description = {
summary = "Mqtt connector for Tarantool",
homepage = "https://github.com/tarantool/mqtt",
license = "MIT"
license = "BSD"
}
dependencies = {
"lua >= 5.1"
Expand Down

0 comments on commit 5fca755

Please sign in to comment.