vp-build/srcpkgs/watchdog/template

17 lines
465 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.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
}