Files
buildroot/package/kibi/Config.in
Alexander Shirokov 1f319f8b31 package/kibi: new package
This commit adds "kibi" 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

Signed-off-by: Alexander Shirokov <shirokovalexs@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2026-01-01 23:28:45 +01:00

22 lines
573 B
Plaintext

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