Commit Graph

8 Commits

Author SHA1 Message Date
e8752e53ac
Add a Lua PDF generator
All checks were successful
Alpine 3.20 Success
Arch Linux AUR Success
Publishing my old invoice layouter in a reusable scripting-based form,
rather than an annoyingly fixed binary.

Because Lua compiled for C++ might be hard to find, we provide a wrap.
Curiously, only GitHub releases seem to contain onelua.c,
which is a very handy file.

We could have also subprojected libqr, which is in the public domain,
however the other main dependencies are also LGPL like libqrencode is.
And it is likely to be installed.

The user manual also serves as a test.
2025-01-11 15:25:13 +01:00
58a4ba1d05
meson.build: use set_quoted() 2021-11-06 11:42:57 +01:00
a5176b5bbb
Bump version, update NEWS 2020-09-06 05:16:40 +02:00
3ce08d33f6
Bump version, update NEWS 2020-09-05 20:10:48 +02:00
a75f990565
Add an instructive man page 2020-09-05 20:10:47 +02:00
46fa50749f
Add a --version option
And fix that --reservation was missing from the optstring.
2020-09-05 20:08:41 +02:00
41f8165d18
meson.build: enable installation 2017-12-02 23:01:48 +01:00
d41c4d4a55
Initial commit 2017-11-08 18:02:03 +01:00