Files
termux-packages/packages/rust/rust-docs.subpackage.sh
termux-pacman-bot 339ff001eb fix(main/rust): update rust-docs directory (#20015)
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.
2024-05-03 14:36:59 +00:00

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
"