16 lines
466 B
Bash
16 lines
466 B
Bash
# 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.org>"
|
|
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
|
|
}
|