Skip to content

Commit 3612791

Browse files
opomucKonstantin Nazarov
authored and
Konstantin Nazarov
committed
Release version 1.0.0 with rockspecs
1 parent fa8ed57 commit 3612791

File tree

2 files changed

+31
-0
lines changed

2 files changed

+31
-0
lines changed

rockspecs/gis-1.0.0-1.rockspec

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
package = 'gis'
2+
version = '1.0.0-1'
3+
4+
source = {
5+
url = 'git://github.com/tarantool/gis.git';
6+
tag = '1.0.0';
7+
}
8+
9+
description = {
10+
summary = "GIS module for tarantool";
11+
detailed = [[
12+
GIS module for tarantool
13+
]];
14+
homepage = 'https://github.com/tarantool/gis.git';
15+
license = 'BSD';
16+
maintainer = "Roman Tsisyk <[email protected]>";
17+
}
18+
19+
dependencies = {
20+
'lua >= 5.1';
21+
}
22+
23+
build = {
24+
type = 'cmake';
25+
variables = {
26+
CMAKE_BUILD_TYPE="RelWithDebInfo";
27+
TARANTOOL_INSTALL_LIBDIR="$(LIBDIR)";
28+
TARANTOOL_INSTALL_LUADIR="$(LUADIR)";
29+
};
30+
}
31+
-- vim: syntax=lua ts=4 sts=4 sw=4 et
File renamed without changes.

0 commit comments

Comments
 (0)