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.2,<5.3
@bin bin/lua5.2
@bin bin/lua52
@bin bin/luac5.2
@bin bin/luac52
include/lua-5.2/
include/lua-5.2/lauxlib.h
include/lua-5.2/lua.h
include/lua-5.2/lua.hpp
include/lua-5.2/luaconf.h
include/lua-5.2/lualib.h
@static-lib lib/liblua5.2.a
@lib lib/liblua5.2.so.${LIBlua5.2_VERSION}
lib/lua/
lib/lua/5.2/
lib/pkgconfig/lua5.2.pc
lib/pkgconfig/lua52.pc
@man man/man1/lua52.1
@man man/man1/luac52.1
share/lua/
share/lua/5.2/