Skip to content

Commit 2ab345f

Browse files
committed
Release rockspecs version 2.0.1
1 parent 3252803 commit 2ab345f

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

rockspecs/pg-2.0.1-1.rockspec

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
package = 'pg'
2+
version = '2.0.1-1'
3+
source = {
4+
url = 'git://github.com/tarantool/pg.git',
5+
tag = '2.0.1',
6+
}
7+
description = {
8+
summary = "PostgreSQL connector for Tarantool",
9+
homepage = 'https://github.com/tarantool/pg',
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+
}
23+
-- vim: syntax=lua
File renamed without changes.

0 commit comments

Comments
 (0)