mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
Add the reference command line tools for interacting with Sigsum signature transparency logs. Signed-off-by: Florian Larysch <fl@n621.de> [Julien: - select sigsum-verify if all other tools are deselected - split and sort HOST_SIGSUM_GO_BUILD_TARGETS ] Signed-off-by: Julien Olivain <ju.o@free.fr>
9 lines
253 B
Plaintext
9 lines
253 B
Plaintext
config BR2_PACKAGE_HOST_SIGSUM_GO
|
|
bool "host sigsum-go"
|
|
depends on BR2_PACKAGE_HOST_GO_HOST_ARCH_SUPPORTS
|
|
select BR2_PACKAGE_HOST_GO
|
|
help
|
|
Command-line utilities for interacting with Sigsum logs.
|
|
|
|
https://git.glasklar.is/sigsum/core/sigsum-go/
|