We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 725399b commit 26d0ac7Copy full SHA for 26d0ac7
1 file changed
rockspecs/lunatic-python-1.0-1.rockspec
@@ -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