# Maintainer: Erich Eckner pkgname=shutdownasap pkgver=0.8.7 pkgrel=1 pkgdesc="simple script for shutdown waiting for certain processes and files to disapear" arch=('any') url="https://git.eckner.net/Erich/${pkgname}" license=('GPL') groups=() depends=('sh') makedepends=() checkdepends=() optdepends=() provides=() conflicts=() replaces=() backup=('etc/shutdownasap.conf') options=() source=( "https://git.eckner.net/Erich/${pkgname}/snapshot/${pkgname}-${pkgver}.tar.xz" ) sha512sums=('152f60d3b1d33ebc0f03b4c5009db944d0f56cb3ace58d51856bf95792abf0c6b7033bfc3617968ee8a2387cc02e21c26f8010807de52431d5933581db1cb4c8') build() { cd ${pkgname}-${pkgver} make } package() { cd ${pkgname}-${pkgver} make DESTDIR=$pkgdir install }