# Maintainer: Erich Eckner pkgname=shutdownasap pkgver=1.0.2 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=('45381f8cbb2435c5a5cf5f84f8e47be921be23acc6802e8c3c5d1d885f2c601aa5bfa86cc1ee20a9179e9c75c34f2686be9e6e926337fdaa70752d1d52f7fce8') build() { cd ${pkgname}-${pkgver} make } package() { cd ${pkgname}-${pkgver} make DESTDIR=$pkgdir install }