Files
termux-packages/packages/rust/rust-src.subpackage.sh
termux-pacman-bot fe5cb0b2e5 tree-wide: use TERMUX_SUBPKG_DEPEND_ON_PARENT=false instead of =no
We use true or false for other bool build variables. Let's be
consistent.

Change does not have an effect on build scripts.
%ci:no-build
2024-06-16 09:38:14 +00:00

9 lines
256 B
Bash

TERMUX_SUBPKG_DESCRIPTION="Rust source code files"
TERMUX_SUBPKG_DEPEND_ON_PARENT=false
TERMUX_SUBPKG_PLATFORM_INDEPENDENT=true
TERMUX_SUBPKG_BREAKS="rust (<< 1.74.1-1)"
TERMUX_SUBPKG_REPLACES="rust (<< 1.74.1-1)"
TERMUX_SUBPKG_INCLUDE="
lib/rustlib/src
"