Skip to content

Commit

Permalink
Release version 1.0.0 with rockspecs
Browse files Browse the repository at this point in the history
opomuc authored and Konstantin Nazarov committed Jan 22, 2018
1 parent fa8ed57 commit 3612791
Showing 2 changed files with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions rockspecs/gis-1.0.0-1.rockspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
package = 'gis'
version = '1.0.0-1'

source = {
url = 'git://github.com/tarantool/gis.git';
tag = '1.0.0';
}

description = {
summary = "GIS module for tarantool";
detailed = [[
GIS module for tarantool
]];
homepage = 'https://github.com/tarantool/gis.git';
license = 'BSD';
maintainer = "Roman Tsisyk <[email protected]>";
}

dependencies = {
'lua >= 5.1';
}

build = {
type = 'cmake';
variables = {
CMAKE_BUILD_TYPE="RelWithDebInfo";
TARANTOOL_INSTALL_LIBDIR="$(LIBDIR)";
TARANTOOL_INSTALL_LUADIR="$(LUADIR)";
};
}
-- vim: syntax=lua ts=4 sts=4 sw=4 et
File renamed without changes.

0 comments on commit 3612791

Please sign in to comment.