From 78722df32fe84f6b383c357a79f63ad74cde2c0f Mon Sep 17 00:00:00 2001 From: yosh Date: Wed, 1 Mar 2023 18:59:40 -0500 Subject: [PATCH] sbctl: update to 0.10. --- srcpkgs/sbctl/template | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/srcpkgs/sbctl/template b/srcpkgs/sbctl/template index a4c94a24469f..8e2653585bba 100644 --- a/srcpkgs/sbctl/template +++ b/srcpkgs/sbctl/template @@ -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 " 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 +}