mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2025-12-26 21:50:11 +00:00
11 lines
335 B
Bash
11 lines
335 B
Bash
TERMUX_SUBPKG_INCLUDE="
|
|
bin/lldb*
|
|
include/lldb/
|
|
lib/liblldb.so
|
|
lib/python${TERMUX_PYTHON_VERSION}/site-packages
|
|
"
|
|
TERMUX_SUBPKG_DESCRIPTION="LLVM-based debugger"
|
|
TERMUX_SUBPKG_DEPENDS="clang, libc++, libedit, libxml2, python, ncurses-ui-libs"
|
|
TERMUX_SUBPKG_BREAKS="lldb-dev, lldb-static"
|
|
TERMUX_SUBPKG_REPLACES="lldb-dev, lldb-static"
|