# Maintainer: John Ruschmeyer # Contributor: Christian Hesse pkgname=grub-reboot-poweroff pkgver=0.2.1 pkgrel=3 pkgdesc='Reboot and Poweroff system from Grub boot menu' arch=('any') url='https://github.com/eworm-de/grub-reboot-poweroff' license=('GPL') depends=('grub-pc') makedepends=('git') source=("git+https://github.com/eworm-de/grub-reboot-poweroff.git#tag=${pkgver}") sha256sums=('SKIP') package() { cd grub-reboot-poweroff/ make DESTDIR="${pkgdir}" install }