mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2025-12-27 06:00:10 +00:00
Rust 1.78.0 moved share/doc/rust to share/doc/docs, causing bloat in the main package. Maybe a regression? Add the directory to split into subpackage instead of changing the directory permanently. Also clean up libtest-*.so that was removed a few versions back.
10 lines
351 B
Bash
10 lines
351 B
Bash
TERMUX_SUBPKG_DESCRIPTION="Rust std for target aarch64-linux-android"
|
|
TERMUX_SUBPKG_DEPEND_ON_PARENT=no
|
|
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/aarch64-linux-android/lib/*.rlib
|
|
lib/rustlib/aarch64-linux-android/lib/libstd-*.so
|
|
"
|