Files
buildroot/package/yq/Config.in
Thomas Devoogdt 306138d415 package/yq: new package
Signed-off-by: Thomas Devoogdt <thomas.devoogdt@barco.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2025-12-28 15:16:39 +01:00

11 lines
292 B
Plaintext

config BR2_PACKAGE_YQ
bool "yq"
depends on BR2_PACKAGE_HOST_GO_TARGET_ARCH_SUPPORTS
select BR2_PACKAGE_HOST_GO
help
A lightweight and portable command-line YAML, JSON, INI
and XML processor, yq uses jq (a popular JSON processor)
like syntax.
https://mikefarah.gitbook.io/yq/