hashboot: update to 0.9.9

This commit is contained in:
teldra 2019-02-24 15:46:45 +01:00 committed by maxice8
parent eeb061c710
commit 7785442a3f
1 changed files with 10 additions and 2 deletions

View File

@ -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 <teldra@rotce.de>"
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
}