19 lines
610 B
Bash
19 lines
610 B
Bash
# 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
|
|
}
|