# --- T2-COPYRIGHT-BEGIN --- # t2/package/*/sbctl/sbctl.desc # Copyright (C) 2025 The T2 SDE Project # SPDX-License-Identifier: GPL-2.0 # --- T2-COPYRIGHT-END --- [I] Secure Boot key manager [T] sbctl intends to be a user-friendly secure boot key manager capable of [T] setting up secure boot, offer key management capabilities, and keep track [T] of files that needs to be signed in the boot chain. [U] https://github.com/Foxboron/sbctl [A] Foxboron [M] The T2 Project [C] extra/security [F] CROSS [L] MIT [S] Beta [V] 0.18 [D] 5c36d774240ccfffccc92a4a032119c83edb4211a8e3f1302dae80ee sbctl-0.18.tar.gz https://github.com/Foxboron/sbctl/archive/0.18/ . $base/package/*/*/go-conf.in export CGO_ENABLED=1 var_append goconfopt ' ' "-o bin/sbctl ./cmd/sbctl" hook_add postmake 5 "install -v bin/sbctl $root$bindir"