mirror of
https://github.com/termux/termux-packages.git
synced 2025-02-22 15:47:26 +00:00
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
10 lines
345 B
Bash
10 lines
345 B
Bash
TERMUX_SUBPKG_DESCRIPTION="Rust std for target i686-linux-android"
|
|
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/i686-linux-android/lib/*.rlib
|
|
lib/rustlib/i686-linux-android/lib/libstd-*.so
|
|
"
|