makedeb


grub-reboot-poweroff 0.2.1-3


Reboot and Poweroff system from Grub boot menu

Viewing /PKGBUILD.

View raw.

Click here to go back to the Git tree for grub-reboot-poweroff.

# Maintainer: John Ruschmeyer <jruschme@gmail.com>
# Contributor: Christian Hesse <mail@eworm.de>

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
}