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