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