Skip to content

Commit

Permalink
Release rockspecs version 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
opomuc committed Jan 22, 2018
1 parent 3252803 commit 2ab345f
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions rockspecs/pg-2.0.1-1.rockspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
package = 'pg'
version = '2.0.1-1'
source = {
url = 'git://github.com/tarantool/pg.git',
tag = '2.0.1',
}
description = {
summary = "PostgreSQL connector for Tarantool",
homepage = 'https://github.com/tarantool/pg',
license = 'BSD',
}
dependencies = {
'lua >= 5.1'
}
build = {
type = 'cmake';
variables = {
CMAKE_BUILD_TYPE="RelWithDebInfo";
TARANTOOL_INSTALL_LIBDIR="$(LIBDIR)";
TARANTOOL_INSTALL_LUADIR="$(LUADIR)";
};
}
-- vim: syntax=lua
File renamed without changes.

0 comments on commit 2ab345f

Please sign in to comment.