pmaports/main/watchdog-kick/APKBUILD
Oliver Smith a31244d28a Remove github.com references
* Travis and Coveralls badges
* aports: instead of <https://github.com/postmarketOS>, use
  <https://postmarketos.org>
* References to full URLs to issues and pull requests replaced with
  a hash and the number
* grsec check: simplify error message, remove link to github issue
  (nobody is using that anymore anyway)
2018-06-30 09:00:48 +02:00

22 lines
725 B
Text

pkgname=watchdog-kick
pkgver=0.1
pkgrel=0
pkgdesc="Periodically kich watchdogs"
url="https://postmarketos.org"
arch="noarch"
license="GPL2"
install="$pkgname.post-install"
options="!check"
source="
watchdog-kick.init
watchdog-kick
"
package() {
install -Dm755 "${srcdir}/watchdog-kick" \
"${pkgdir}/usr/sbin/watchdog-kick"
install -Dm755 "${srcdir}/watchdog-kick.init" \
"${pkgdir}/etc/init.d/watchdog-kick"
}
sha512sums="de1608d98a9132cf97459698ec5ead22947ecb938fc0f8fdb7684566c3466afe99303d954598f548dc27cd677f0172ffa3f21c88d84c5c7a288c45e4a11fca06 watchdog-kick.init
6c4d60db6e1b2b231ba6cc5a046be5436f348e3da49927bb98f89f1194a49ca07402cfa4a389936ce34936f4cfe15093f1c2a27b72375096475b98827e8a6ef5 watchdog-kick"