# Template file for 'smartmontools'
pkgname=smartmontools
version=7.5
revision=1
build_style=gnu-configure
configure_args="--sysconfdir=/etc/smartd --with-libcap-ng=yes"
makedepends="libcap-ng-devel"
conf_files="/etc/smartd/*"
short_desc="S.M.A.R.T Monitoring Tools"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="GPL-2.0-or-later"
homepage="http://smartmontools.sourceforge.net"
changelog="https://raw.githubusercontent.com/smartmontools/smartmontools/master/smartmontools/NEWS"
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=690b83ca331378da9ea0d9d61008c4b22dde391387b9bbad7f29387f2595f76e

post_install() {
	vsv smartd
}
