23 lines
601 B
Bash
23 lines
601 B
Bash
# Template file for 'sbctl'
|
|
pkgname=sbctl
|
|
version=0.4
|
|
revision=1
|
|
build_style=go
|
|
go_import_path="github.com/foxboron/sbctl"
|
|
hostmakedepends="asciidoc"
|
|
depends="sbsigntool"
|
|
short_desc="Secure Boot key manager"
|
|
maintainer="Érico Nogueira <ericonr@disroot.org>"
|
|
license="MIT"
|
|
homepage="https://github.com/Foxboron/sbctl"
|
|
distfiles="${homepage}/archive/${version}.tar.gz"
|
|
checksum=fdcee9f6f4c7cd1e558d0c3eced9d0686307c528d7eb16ec6fe0cec4a3c3674a
|
|
|
|
do_build() {
|
|
make
|
|
}
|
|
|
|
do_install() {
|
|
make install PREFIX=/usr DESTDIR=$DESTDIR
|
|
# TODO: install completions, sbctl tries to run lsblk when generating them
|
|
}
|