Config.in 593 B

123456789101112131415
  1. config BR2_PACKAGE_TEALDEER
  2. bool "tealdeer"
  3. depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS
  4. # Crypto dependency (ring) not available for mips, PowerPC, Sparc, s390x
  5. depends on !(BR2_mips || BR2_mipsel || BR2_mips64 || BR2_mips64el)
  6. depends on !(BR2_powerpc || BR2_powerpc64 || BR2_powerpc64le)
  7. depends on !(BR2_sparc || BR2_sparc64)
  8. depends on !BR2_s390x
  9. select BR2_PACKAGE_HOST_RUSTC
  10. help
  11. A fast and full-featured tldr client. tldr pages are
  12. simplified and community-driven man pages, see
  13. https://tldr.sh/ for more information.
  14. https://github.com/dbrgn/tealdeer/