mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2025-12-26 21:50:11 +00:00
I moved libarcher.so from libllvm 15 to the clang 16 subpackage and another tool to llvm-tools, so make sure libllvm is uninstalled first.
18 lines
417 B
Bash
18 lines
417 B
Bash
TERMUX_SUBPKG_INCLUDE="
|
|
bin/FileCheck
|
|
bin/UnicodeNameMappingGenerator
|
|
bin/count
|
|
bin/lli-child-target
|
|
bin/llvm-PerfectShuffle
|
|
bin/llvm-jitlink-executor
|
|
bin/not
|
|
bin/obj2yaml
|
|
bin/yaml-bench
|
|
bin/yaml2obj
|
|
share/man/man1/FileCheck.1.gz
|
|
"
|
|
TERMUX_SUBPKG_DESCRIPTION="LLVM Development Tools"
|
|
TERMUX_SUBPKG_DEPENDS="libc++, ncurses, zlib"
|
|
TERMUX_SUBPKG_BREAKS="libllvm (<< 16.0.0)"
|
|
TERMUX_SUBPKG_REPLACES="libllvm (<< 16.0.0)"
|