hashboot: update to 0.9.9
This commit is contained in:
parent
eeb061c710
commit
7785442a3f
|
@ -1,18 +1,26 @@
|
||||||
# Template file for 'hashboot'
|
# Template file for 'hashboot'
|
||||||
pkgname=hashboot
|
pkgname=hashboot
|
||||||
version=0.9.8
|
version=0.9.9
|
||||||
revision=1
|
revision=1
|
||||||
|
archs=noarch
|
||||||
|
hostmakedepends="asciidoc"
|
||||||
short_desc="Check integrity of files in /boot, mbr and bios"
|
short_desc="Check integrity of files in /boot, mbr and bios"
|
||||||
maintainer="teldra <teldra@rotce.de>"
|
maintainer="teldra <teldra@rotce.de>"
|
||||||
license="Hugware"
|
license="Hugware"
|
||||||
homepage="https://github.com/tastytea/hashboot"
|
homepage="https://github.com/tastytea/hashboot"
|
||||||
distfiles="${homepage}/archive/${version}.tar.gz"
|
distfiles="${homepage}/archive/${version}.tar.gz"
|
||||||
checksum=5520c4e3a83fbeb0121fc8214f23681d6d88289a35f832fa1fbc1684ef4583ad
|
checksum=adcd781f12f20300dd2383ae5e6935407261ea6225741d7be143cecb28a19ba5
|
||||||
|
|
||||||
|
do_build() {
|
||||||
|
cd ${wrksrc}
|
||||||
|
./build_manpage.sh
|
||||||
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vinstall kernel-hook 755 etc/kernel.d/post-install 99-hashboot
|
vinstall kernel-hook 755 etc/kernel.d/post-install 99-hashboot
|
||||||
vinstall kernel-hook 755 etc/kernel.d/post-remove 99-hashboot
|
vinstall kernel-hook 755 etc/kernel.d/post-remove 99-hashboot
|
||||||
vinstall initscript.runit 644 etc/runit/core-services 04-hashboot.sh
|
vinstall initscript.runit 644 etc/runit/core-services 04-hashboot.sh
|
||||||
|
vman hashboot.1
|
||||||
vbin hashboot
|
vbin hashboot
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue