b9e25d9937
Tealdeer is 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/ Signed-off-by: Danilo Bargen <mail@dbrgn.ch> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
11 lines
325 B
Plaintext
11 lines
325 B
Plaintext
config BR2_PACKAGE_TEALDEER
|
|
bool "tealdeer"
|
|
depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS
|
|
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/
|