Files
sthen 761e2198cb lua port tweaks;
- set portroach to ignore for branches where it has been announced that
there are no more updates.
- install a link to lua/luac binaries i.e. lua5.1 -> lua51, etc. this is
a more standard naming and allows some software to build without annoying
patching.
2026-06-08 21:05:45 +00:00

24 lines
486 B
Plaintext

@option no-default-conflict
@option is-branch
@conflict lua->=5.4,<5.5
@bin bin/lua5.4
@bin bin/lua54
@bin bin/luac5.4
@bin bin/luac54
include/lua-5.4/
include/lua-5.4/lauxlib.h
include/lua-5.4/lua.h
include/lua-5.4/lua.hpp
include/lua-5.4/luaconf.h
include/lua-5.4/lualib.h
@static-lib lib/liblua5.4.a
@lib lib/liblua5.4.so.${LIBlua5.4_VERSION}
lib/lua/
lib/lua/5.4/
lib/pkgconfig/lua5.4.pc
lib/pkgconfig/lua54.pc
@man man/man1/lua54.1
@man man/man1/luac54.1
share/lua/
share/lua/5.4/