0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-09-29 23:32:40 +00:00
Files
termux-packages/packages/lua-lpeg/lua51-lpeg.subpackage.sh
Henrik Grimler 2b65bc0e67 tree-wide: use TERMUX_SUBPKG_DEPEND_ON_PARENT=false instead of =no
We use true or false for other bool build variables. Let's be
consistent.

Change does not have an effect on build scripts.
%ci:no-build
2024-06-16 11:16:15 +02:00

5 lines
219 B
Bash

TERMUX_SUBPKG_DEPEND_ON_PARENT=false
TERMUX_SUBPKG_INCLUDE='lib/liblpeg-5.1.so lib/lua/5.1/lpeg.so share/lua/5.1/re.lua'
TERMUX_SUBPKG_DESCRIPTION='Pattern-matching library for Lua 5.1'
TERMUX_SUBPKG_DEPENDS='liblua51'