mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 17:17:03 +02:00
sbctl: update to 0.10.
This commit is contained in:
parent
b452017c3c
commit
6795b29716
1 changed files with 7 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'sbctl'
|
||||
pkgname=sbctl
|
||||
version=0.9
|
||||
version=0.10
|
||||
revision=1
|
||||
build_style=go
|
||||
go_import_path="github.com/foxboron/sbctl"
|
||||
|
@ -9,8 +9,8 @@ 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=88a7e552b2d7cbe45f6846547c1de4d33bfd86303a0ba4dc8363b113e465610d
|
||||
distfiles="https://github.com/Foxboron/sbctl/archive/${version}.tar.gz"
|
||||
checksum=22c394e1ae3f80eafe85e331ca4499d2df28bebcc4421c0af89241b897a17774
|
||||
|
||||
do_build() {
|
||||
make
|
||||
|
@ -20,3 +20,7 @@ do_install() {
|
|||
make install PREFIX=/usr DESTDIR=$DESTDIR
|
||||
# TODO: install completions, sbctl tries to run lsblk when generating them
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue