diff --git a/srcpkgs/hashboot/template b/srcpkgs/hashboot/template new file mode 100644 index 00000000000..200e22d844e --- /dev/null +++ b/srcpkgs/hashboot/template @@ -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 " +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 +}