mirror of
https://github.com/termux/termux-packages.git
synced 2024-12-11 23:00:52 +00:00
2b65bc0e67
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
10 lines
275 B
Bash
10 lines
275 B
Bash
TERMUX_SUBPKG_INCLUDE="
|
|
bin/gdbserver
|
|
share/man/man1/gdbserver.*
|
|
"
|
|
TERMUX_SUBPKG_DESCRIPTION="The gdbserver program"
|
|
TERMUX_SUBPKG_DEPENDS="libc++, libthread-db"
|
|
TERMUX_SUBPKG_DEPEND_ON_PARENT=false
|
|
TERMUX_SUBPKG_BREAKS="gdb (<< 13.1)"
|
|
TERMUX_SUBPKG_REPLACES="gdb (<< 13.1)"
|