mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2025-12-27 22:20:31 +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.
8 lines
187 B
Bash
8 lines
187 B
Bash
TERMUX_SUBPKG_DESCRIPTION="Rust documentation"
|
|
TERMUX_SUBPKG_DEPEND_ON_PARENT=no
|
|
TERMUX_SUBPKG_PLATFORM_INDEPENDENT=true
|
|
TERMUX_SUBPKG_INCLUDE="
|
|
share/doc/docs/html
|
|
share/doc/rust/html
|
|
"
|