vp-build/srcpkgs/grml-rescueboot/template

22 lines
684 B
Bash

# Template file for 'grml-rescueboot'
pkgname=grml-rescueboot
version=0.4.6
revision=1
only_for_archs="i686 x86_64"
noarch=yes
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="Christian Neukirchen <chneukirchen@gmail.com>"
license="GPL-2"
homepage="http://wiki.grml.org/doku.php?id=rescueboot"
distfiles="https://github.com/grml/${pkgname}/archive/v${version}.tar.gz"
checksum=9c06b0d652e1ca35d14588490711172764c8b69b28ad290ee64f2eee58f2ea12
do_install() {
vinstall 42_grml 0755 etc/grub.d
vinstall etc/default/grml-rescueboot 0644 etc/default
vdoc debian/README
}