27 lines
747 B
Bash
27 lines
747 B
Bash
# Template file for 'grml-rescueboot'
|
|
pkgname=grml-rescueboot
|
|
version=0.6.5
|
|
revision=1
|
|
archs="i686 x86_64"
|
|
build_style="gnu-makefile"
|
|
conf_files="/etc/default/grml-rescueboot"
|
|
make_dirs="/boot/grml 0755 root root"
|
|
depends="grub"
|
|
short_desc="Grub rules to find and boot Grml ISO images"
|
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="http://wiki.grml.org/doku.php?id=rescueboot"
|
|
distfiles="https://github.com/grml/grml-rescueboot/archive/v${version}.tar.gz"
|
|
checksum=79392091e98b6c51cfb362065f472c71a9ca7c42ac216d2caadab3ac46afcc03
|
|
|
|
do_build() {
|
|
:
|
|
}
|
|
post_extract() {
|
|
sed -i 's/sbin/bin/g' Makefile
|
|
}
|
|
post_install() {
|
|
vman man/update-grml-rescueboot.8
|
|
vdoc debian/README
|
|
vdoc "${FILESDIR}/README.voidlinux"
|
|
}
|