New package: watchdog-5.15

This commit is contained in:
Enno Boland 2016-10-24 15:31:23 +02:00
parent 4569c1fe3c
commit 28390fd26d
2 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,3 @@
#!/bin/sh
[ -r conf ] && . ./conf
exec watchdog -F ${OPTS}

16
srcpkgs/watchdog/template Normal file
View File

@ -0,0 +1,16 @@
# Template file for 'watchdog'
pkgname=watchdog
version=5.15
revision=1
build_style=gnu-configure
short_desc="Software watchdog daemon"
maintainer="Enno Boland <gottox@voidlinux.eu>"
license="GPL-2"
homepage="https://sourceforge.net/projects/watchdog/"
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=ffdc865137ad5d8e53664bd22bad4de6ca136d1b4636720320cb52af0c18947c
conf_files="/etc/watchdog.conf"
post_install() {
vsv watchdog
}