2022-01-17 00:18:14 +01:00
|
|
|
config BR2_PACKAGE_TEALDEER
|
|
|
|
bool "tealdeer"
|
|
|
|
depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS
|
2022-12-08 11:02:47 +01:00
|
|
|
# Crypto dependency (ring) not available for mips, PowerPC, Sparc, s390x
|
|
|
|
depends on !(BR2_mips || BR2_mipsel || BR2_mips64 || BR2_mips64el)
|
|
|
|
depends on !(BR2_powerpc || BR2_powerpc64 || BR2_powerpc64le)
|
|
|
|
depends on !(BR2_sparc || BR2_sparc64)
|
|
|
|
depends on !BR2_s390x
|
2022-01-17 00:18:14 +01:00
|
|
|
select BR2_PACKAGE_HOST_RUSTC
|
|
|
|
help
|
|
|
|
A fast and full-featured tldr client. tldr pages are
|
|
|
|
simplified and community-driven man pages, see
|
|
|
|
https://tldr.sh/ for more information.
|
|
|
|
|
|
|
|
https://github.com/dbrgn/tealdeer/
|