diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2025-01-08 10:54:40 +0100 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2025-01-11 09:57:59 +0100 |
commit | 7aa1e5dd3d80e2664eac7eb0a409829e9785a521 (patch) | |
tree | c986a85bce91de498c7470a87da209700dc081ff /lpg/subprojects/lua++.wrap | |
parent | 9319d14566e5d1bfec617c479b8543a9ee3ad4ea (diff) | |
download | pdf-simple-sign-lpg-libqr.tar.gz pdf-simple-sign-lpg-libqr.tar.xz pdf-simple-sign-lpg-libqr.zip |
WIP: Add a Lua PDF generatorlpg-libqr
Because Lua compiled for C++ might be hard to find,
provide a wrap. Only GitHub releases seem to contain onelua.c,
which is a very handy file.
WIP: Add documentation, actually get rid of the libqr copy.
Diffstat (limited to 'lpg/subprojects/lua++.wrap')
-rw-r--r-- | lpg/subprojects/lua++.wrap | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lpg/subprojects/lua++.wrap b/lpg/subprojects/lua++.wrap new file mode 100644 index 0000000..1ddf5d6 --- /dev/null +++ b/lpg/subprojects/lua++.wrap @@ -0,0 +1,10 @@ +[wrap-file] +directory = lua-5.4.7 +source_url = https://github.com/lua/lua/archive/refs/tags/v5.4.7.tar.gz +source_filename = lua-5.4.7.tar.gz +source_hash = 5c39111b3fc4c1c9e56671008955a1730f54a15b95e1f1bd0752b868b929d8e3 +patch_directory = lua-5.4.7 + +[provide] +lua++-5.4 = lua_dep +lua++ = lua_dep |