From 845826c6d8062badd2006121806b19496b669bf1 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 | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/srcpkgs/sbctl/template b/srcpkgs/sbctl/template index a4c94a24469f..59825541388b 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" @@ -10,7 +10,7 @@ maintainer="Érico Nogueira " license="MIT" homepage="https://github.com/Foxboron/sbctl" distfiles="${homepage}/archive/${version}.tar.gz" -checksum=88a7e552b2d7cbe45f6846547c1de4d33bfd86303a0ba4dc8363b113e465610d +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 +}