0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-02-22 16:57:09 +00:00
termux-packages/packages/rust/rust-std-armv7-linux-androideabi.subpackage.sh
Henrik Grimler 2b65bc0e67 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 11:16:15 +02:00

10 lines
360 B
Bash

TERMUX_SUBPKG_DESCRIPTION="Rust std for target armv7-linux-androideabi"
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/armv7-linux-androideabi/lib/*.rlib
lib/rustlib/armv7-linux-androideabi/lib/libstd-*.so
"