17 lines
473 B
Bash
17 lines
473 B
Bash
# Template file for 'watchdog'
|
|
pkgname=watchdog
|
|
version=5.16
|
|
revision=1
|
|
build_style=gnu-configure
|
|
short_desc="Software watchdog daemon"
|
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://sourceforge.net/projects/watchdog/"
|
|
distfiles="${SOURCEFORGE_SITE}/watchdog/watchdog-${version}.tar.gz"
|
|
checksum=b8e7c070e1b72aee2663bdc13b5cc39f76c9232669cfbb1ac0adc7275a3b019d
|
|
conf_files="/etc/watchdog.conf"
|
|
|
|
post_install() {
|
|
vsv watchdog
|
|
}
|