mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-01-01 08:30:12 +00:00
* add rust-demangler
* drop deprecated rls
* drop unnecessary x86_64-unknown-linux-gnu stage 1 build
* force CI only pack tar.gz instead of both tar.gz and tar.xz
* further split subpackages into rust-std-*
* add subpackages rust-src, rustc-src
* add TERMUX_PKG_{BREAKS,REPLACES} on rust subpackages
10 lines
356 B
Bash
10 lines
356 B
Bash
TERMUX_SUBPKG_DESCRIPTION="Rust std for target i686-linux-android"
|
|
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
|
|
lib/rustlib/i686-linux-android/lib/libtest-*.so
|
|
"
|