2017-02-12 20:57:51 +01:00
|
|
|
TERMUX_SUBPKG_INCLUDE="
|
|
|
|
bin/c++
|
|
|
|
bin/cc
|
|
|
|
bin/*clang*
|
|
|
|
bin/*cpp
|
|
|
|
bin/*g++
|
|
|
|
bin/*gcc
|
2020-04-10 08:56:52 +02:00
|
|
|
bin/git-clang-format
|
|
|
|
bin/scan-*
|
|
|
|
include/clang*
|
|
|
|
include/omp.h
|
2020-09-21 03:42:12 +02:00
|
|
|
lib/clang/*/include/*.h
|
|
|
|
lib/clang/*/include/openmp_wrappers/
|
|
|
|
lib/clang/*/include/ppc_wrappers/
|
|
|
|
lib/clang/*/include/cuda_wrappers/
|
2020-04-10 08:56:52 +02:00
|
|
|
lib/cmake/clang
|
|
|
|
lib/libclang*so
|
2017-07-31 01:35:17 +02:00
|
|
|
lib/libomp.a
|
2017-02-12 20:57:51 +01:00
|
|
|
libexec/
|
|
|
|
share/clang
|
2020-04-10 08:56:52 +02:00
|
|
|
share/scan-*
|
|
|
|
share/man/man1/scan-*
|
2017-02-12 20:57:51 +01:00
|
|
|
"
|
|
|
|
TERMUX_SUBPKG_DESCRIPTION="C language frontend for LLVM"
|
2020-07-16 10:41:45 +02:00
|
|
|
TERMUX_SUBPKG_BREAKS="libllvm (<< 10.0.0), clangd"
|
|
|
|
TERMUX_SUBPKG_REPLACES="clangd"
|