mirror of
https://git.suyu.dev/suyu/flatpak.git
synced 2025-12-24 16:24:39 +01:00
Init
This commit is contained in:
commit
e571c4fbe8
139 changed files with 8839 additions and 0 deletions
8
shared-modules/lua5.3/lua.pc.in
Normal file
8
shared-modules/lua5.3/lua.pc.in
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
exec_prefix=${prefix}
|
||||
|
||||
Name: Lua
|
||||
Description: An Extensible Extension Language
|
||||
Version: ${version}
|
||||
Requires:
|
||||
Libs: -L${libdir} -llua -lm
|
||||
Cflags: -I${includedir}
|
||||
Loading…
Add table
Add a link
Reference in a new issue