vp-build/srcpkgs/xfce4-cpugraph-plugin/template

20 lines
783 B
Bash

# Template file for 'xfce4-cpugraph-plugin'
pkgname=xfce4-cpugraph-plugin
version=1.2.6
revision=1
build_style=gnu-configure
configure_args="--with-locales-dir=/usr/share/locale"
hostmakedepends="pkg-config intltool"
makedepends="xfce4-panel-devel"
short_desc="CPU graph plugin for the Xfce4 panel"
maintainer="Alexander Mamay <alexander@mamay.su>"
license="GPL-2.0-or-later, BSD-2-Clause"
homepage="https://goodies.xfce.org/projects/panel-plugins/xfce4-cpugraph-plugin"
changelog="https://gitlab.xfce.org/panel-plugins/xfce4-cpugraph-plugin/-/raw/master/NEWS"
distfiles="https://archive.xfce.org/src/panel-plugins/${pkgname}/${version%.*}/${pkgname}-${version}.tar.bz2"
checksum=773246f57c1824a85468d4119c17aeb07170ed1ebace8fa406c7fbcf5b47af99
post_install() {
vlicense COPYING
}