19 lines
610 B
Bash
19 lines
610 B
Bash
# Template file for 'hashboot'
|
|
pkgname=hashboot
|
|
version=0.9.8
|
|
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=5520c4e3a83fbeb0121fc8214f23681d6d88289a35f832fa1fbc1684ef4583ad
|
|
|
|
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
|
|
}
|