# Maintainer: Max Roder # Prev Maintainer: Xaekai # Prev Maintainer: Thiago Perrotta pkgname=grml-iso pkgver=2024.02 _isover="64-full_$pkgver" pkgrel=1 pkgdesc="provides the grml ISO image for usage by grml-rescueboot" url="http://wiki.grml.org/doku.php?id=rescueboot" arch=('any') license=('GPL') depends=('grub' 'grml-rescueboot>=0.5.0') install="${pkgname}.install" source=("http://download.grml.org/grml${_isover}.iso") sha256sums=('389329a7834249872d402d222eea1372781e142d3bcae649a79b6f38d3b4c565') noextract=(grml${_isover}.iso) package() { install -Dm644 ${srcdir}/grml${_isover}.iso ${pkgdir}/opt/grml/grml${_isover}.iso }