Skip to content

Commit 26d0ac7

Browse files
committed
Release v1.0
1 parent 725399b commit 26d0ac7

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
package = 'lunatic-python'
2+
version = '1.0-1'
3+
source = {
4+
url = 'git+https://github.com/bastibe/lunatic-python',
5+
tag = 'v1.0'
6+
}
7+
description = {
8+
summary = 'Two-way bridge between Python and Lua',
9+
homepage = 'https://github.com/bastibe/lunatic-python',
10+
license = 'LGPL-2.1'
11+
}
12+
build = {
13+
type = 'make',
14+
makefile = 'Makefile.luarocks',
15+
variables = {
16+
LIBDIR = '$(LIBDIR)',
17+
LUA_INCDIR = '$(LUA_INCDIR)'
18+
}
19+
}

0 commit comments

Comments
 (0)