File tree Expand file tree Collapse file tree 2 files changed +34
-1
lines changed
Expand file tree Collapse file tree 2 files changed +34
-1
lines changed Original file line number Diff line number Diff line change 1+ package = ' lgi'
2+ version = ' scm-1'
3+
4+ description = {
5+ summary = " Lua bindings to GObject libraries" ,
6+ detailed = [[
7+ Dynamic Lua binding to any library which is introspectable
8+ using gobject-introspection. Allows using GObject-based libraries
9+ directly from Lua.
10+ ]] ,
11+ license = ' MIT/X11' ,
12+ homepage = ' https://github.com/lgi-devs/lgi'
13+ }
14+
15+ supported_platforms = { ' unix' }
16+
17+ source = {
18+ url = ' git://github.com/lgi-devs/lgi.git' ,
19+ }
20+
21+ dependencies = { ' lua >= 5.1' }
22+
23+ build = {
24+ type = ' make' ,
25+ variables = {
26+ PREFIX = ' $(PREFIX)' ,
27+ LUA_LIBDIR = ' $(LIBDIR)' ,
28+ LUA_SHAREDIR = ' $(LUADIR)' ,
29+ LUA_CFLAGS = ' $(CFLAGS) -I$(LUA_INCDIR)' ,
30+ LIBFLAG = ' $(LIBFLAG)' ,
31+ },
32+ copy_directories = { ' docs' , ' samples' }
33+ }
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ description = {
99 directly from Lua.
1010 ]],
1111 license = 'MIT/X11',
12- homepage = 'https://github.com/pavouk /lgi'
12+ homepage = 'https://github.com/lgi-devs /lgi'
1313}
1414
1515supported_platforms = { 'unix' }
You can’t perform that action at this time.
0 commit comments