20 lines
782 B
Bash
20 lines
782 B
Bash
# Template file for 'xfce4-diskperf-plugin'
|
|
pkgname=xfce4-diskperf-plugin
|
|
version=2.7.0
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="--with-locales-dir=/usr/share/locale"
|
|
hostmakedepends="pkg-config intltool"
|
|
makedepends="xfce4-panel-devel"
|
|
short_desc="Plugin for the Xfce4 panel displaying disk/partition performance"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="BSD-2-Clause"
|
|
homepage="https://docs.xfce.org/panel-plugins/xfce4-diskperf-plugin/start"
|
|
changelog="https://gitlab.xfce.org/panel-plugins/xfce4-diskperf-plugin/-/raw/master/NEWS"
|
|
distfiles="https://archive.xfce.org/src/panel-plugins/${pkgname}/${version%.*}/${pkgname}-${version}.tar.bz2"
|
|
checksum=5909a65341a6af4d7ff3c7bb87aeac91c763f69b43ae9dc4a10668ac226fecc9
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|