void-packages/srcpkgs/gsmartcontrol/template

21 lines
710 B
Bash

# Template file for 'gsmartcontrol'
pkgname=gsmartcontrol
version=1.1.4
revision=1
build_style=gnu-configure
hostmakedepends="pkg-config"
makedepends="gtkmm-devel pcre-devel desktop-file-utils"
depends="smartmontools hicolor-icon-theme"
short_desc="GUI to smartmontools"
maintainer="yopito <pierre.bourgin@free.fr>"
license="GPL-2.0-or-later"
homepage="https://gsmartcontrol.shaduri.dev"
distfiles="https://github.com/ashaduri/gsmartcontrol/releases/download/v${version}/${pkgname}-${version}.tar.bz2"
checksum=fc409f2b8a84cc40bb103d6c82401b9d4c0182d5a3b223c93959c7ad66191847
post_install() {
# license files uneeded
rm -f ${DESTDIR}/usr/share/doc/${pkgname}/LICENSE_*
vdoc ${FILESDIR}//README.voidlinux
}