# Maintainer: Erich Eckner pkgname=check-kernel pkgver=0.3.3 pkgrel=1 pkgdesc='check if the installed kernel is currently running' arch=('any') url="https://git.eckner.net/Erich/${pkgname}" license=('GPL') groups=() depends=() makedepends=('help2man') checkdepends=() optdepends=() provides=() conflicts=() replaces=() backup=() options=() source=( "https://git.eckner.net/Erich/${pkgname}/snapshot/${pkgname}-${pkgver}.tar.xz" ) sha512sums=('1149a74c0279f17184ad858ed5ebde976a21d3fe0513fa03a0afbdc27bf49f75484344d985357b054fdb66a724199214fc03d52e923affe4ffff0d42d56c1dad') build() { cd ${pkgname}-${pkgver} make } package() { cd ${pkgname}-${pkgver} make DESTDIR=${pkgdir} install }