# Template file for 'gsmartcontrol' pkgname=gsmartcontrol version=2.0.2 revision=1 build_style=cmake hostmakedepends="pkg-config" makedepends="gtkmm-devel pcre-devel desktop-file-utils" depends="smartmontools hicolor-icon-theme" short_desc="GUI to smartmontools" maintainer="Orphaned " license="GPL-2.0-or-later" homepage="https://gsmartcontrol.shaduri.dev" distfiles="https://github.com/ashaduri/gsmartcontrol/archive/refs/tags/v${version}.tar.gz" checksum=7cebd83fd34883d51e143389aa88f8173ea7b67c760b12b7de847f3c3c8cee34 if [ "$XBPS_CHECK_PKGS" ]; then configure_args+=" -DAPP_BUILD_TESTS=ON" fi post_install() { # license files uneeded rm -f "${DESTDIR}"/usr/share/doc/gsmartcontrol/LICENSE_* vdoc "${FILESDIR}/README.voidlinux" }