mirror of
https://github.com/termux/termux-packages.git
synced 2024-12-12 00:10:52 +00:00
12 lines
274 B
Bash
12 lines
274 B
Bash
TERMUX_SUBPKG_INCLUDE="
|
|
bin/mlir-*
|
|
bin/tblgen-lsp-server
|
|
bin/tblgen-to-irdl
|
|
include/mlir*
|
|
lib/cmake/mlir/
|
|
lib/libMLIR*.so
|
|
lib/libmlir*.so
|
|
"
|
|
TERMUX_SUBPKG_DESCRIPTION="A Multi-Level Intermediate Representation for compilers from LLVM"
|
|
TERMUX_SUBPKG_DEPENDS="libc++, ncurses"
|