File tree 2 files changed +23
-1
lines changed
2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change
1
+ package = " mqtt"
2
+ version = " 1.2.1-1"
3
+ source = {
4
+ url = " git://github.com/tarantool/mqtt.git" ,
5
+ tag = " 1.2.1"
6
+ }
7
+ description = {
8
+ summary = " Mqtt connector for Tarantool" ,
9
+ homepage = " https://github.com/tarantool/mqtt" ,
10
+ license = " BSD"
11
+ }
12
+ dependencies = {
13
+ " lua >= 5.1"
14
+ }
15
+ build = {
16
+ type = " cmake" ;
17
+ variables = {
18
+ CMAKE_BUILD_TYPE = " RelWithDebInfo" ;
19
+ TARANTOOL_INSTALL_LIBDIR = " $(LIBDIR)" ;
20
+ TARANTOOL_INSTALL_LUADIR = " $(LUADIR)" ;
21
+ };
22
+ }
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ source = {
7
7
description = {
8
8
summary = " Mqtt connector for Tarantool" ,
9
9
homepage = " https://github.com/tarantool/mqtt" ,
10
- license = " MIT "
10
+ license = " BSD "
11
11
}
12
12
dependencies = {
13
13
" lua >= 5.1"
You can’t perform that action at this time.
0 commit comments