andmarti1424 / sc-im

sc-im - Spreadsheet Calculator Improvised -- An ncurses spreadsheet program for terminal
Other
4.8k stars 203 forks source link

Attempt to fix the Lua version situation #773

Closed melak closed 1 year ago

melak commented 1 year ago

Drawing heavily on #589 by @dlbeer, attempt to fix the utter nonsense pkg-config and all various distributors brought on the world by

There is also an option to override this autodetection mechanism by setting the LUA_PKGNAME environment variable prior to kicking a build off, resulting in the specified Lua package to be used.

Tested to be working on FreeBSD 13.1, Ubuntu 22.04 and Debian 11.

Ping @dlbeer @bapt @andmarti1424

andmarti1424 commented 1 year ago

thanks for your patch. will check it out

andmarti1424 commented 1 year ago

@melak Merged! Thanks for your patch!!