From 7785442a3f3b15215d2115c8bd400d4b3def287d Mon Sep 17 00:00:00 2001 From: teldra Date: Sun, 24 Feb 2019 15:46:45 +0100 Subject: [PATCH] hashboot: update to 0.9.9 --- srcpkgs/hashboot/template | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/srcpkgs/hashboot/template b/srcpkgs/hashboot/template index 6945c6c3de..fb52be5f37 100644 --- a/srcpkgs/hashboot/template +++ b/srcpkgs/hashboot/template @@ -1,18 +1,26 @@ # Template file for 'hashboot' pkgname=hashboot -version=0.9.8 +version=0.9.9 revision=1 +archs=noarch +hostmakedepends="asciidoc" short_desc="Check integrity of files in /boot, mbr and bios" maintainer="teldra " license="Hugware" homepage="https://github.com/tastytea/hashboot" distfiles="${homepage}/archive/${version}.tar.gz" -checksum=5520c4e3a83fbeb0121fc8214f23681d6d88289a35f832fa1fbc1684ef4583ad +checksum=adcd781f12f20300dd2383ae5e6935407261ea6225741d7be143cecb28a19ba5 + +do_build() { + cd ${wrksrc} + ./build_manpage.sh +} do_install() { vinstall kernel-hook 755 etc/kernel.d/post-install 99-hashboot vinstall kernel-hook 755 etc/kernel.d/post-remove 99-hashboot vinstall initscript.runit 644 etc/runit/core-services 04-hashboot.sh + vman hashboot.1 vbin hashboot vlicense LICENSE }