blob: 6ebb48dda4d97f7b5592c4ba3ec9b513e73d3810 [file] [log] [blame] [edit]
config BR2_PACKAGE_KIBI
bool "kibi"
depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS
select BR2_PACKAGE_HOST_RUSTC
help
A configurable text editor with UTF-8 support, incremental
search, syntax highlighting, line numbers and more, written
in less than 1024 lines of Rust with minimal dependencies.
https://github.com/ilai-deutel/kibi
if BR2_PACKAGE_KIBI
config BR2_PACKAGE_KIBI_SYNTAX_HIGHLIGHTING
bool "syntax highlighting"
default y
help
Install files to enable syntax highlighting. This option adds
200 KB of data to /usr/share/
endif