New package: hashboot-0.9.6

This commit is contained in:
teldra 2018-08-27 14:14:09 +02:00 committed by maxice8
parent 1cb0a2df47
commit b33d39e0e7
1 changed files with 18 additions and 0 deletions

18
srcpkgs/hashboot/template Normal file
View File

@ -0,0 +1,18 @@
# Template file for 'hashboot'
pkgname=hashboot
version=0.9.6
revision=1
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=f45805430d77ed935616217bd78dbc79b8ee9e1ff1ffe6536fe1664a7243ae05
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
vbin hashboot
vlicense LICENSE
}