From b33d39e0e72dfc7c76a10c13cffdad9a75ba670d Mon Sep 17 00:00:00 2001 From: teldra Date: Mon, 27 Aug 2018 14:14:09 +0200 Subject: [PATCH] New package: hashboot-0.9.6 --- srcpkgs/hashboot/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/hashboot/template diff --git a/srcpkgs/hashboot/template b/srcpkgs/hashboot/template new file mode 100644 index 0000000000..200e22d844 --- /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 +}