Files
termux-packages/packages/libdispatch/libblocksruntime.subpackage.sh
termux-pacman-bot c939fbcb32 chore(libblocksruntime): Fix package cycle
The libblocksruntime has been split out from libdispatch to allow
packages to depend only on libblocksruntime and not the whole
libdispatch. But for this to work we need

TERMUX_SUBPKG_DEPEND_ON_PARENT=no

Otherwise there is a dependency cycle between libdispatch and
libblocksruntime, so they are always installed together
2023-10-06 13:31:12 +00:00

4 lines
154 B
Bash

TERMUX_SUBPKG_INCLUDE="include/Block.h lib/libBlocksRuntime.so"
TERMUX_SUBPKG_DEPEND_ON_PARENT=no
TERMUX_SUBPKG_DESCRIPTION="LLVM Blocks runtime library"