18 lines
727 B
Bash
18 lines
727 B
Bash
# Template file for 'xfce4-diskperf-plugin'
|
|
pkgname=xfce4-diskperf-plugin
|
|
version=2.7.1
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config gettext"
|
|
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=dd5f521cc4ab40a42958dcf59b6bec5da8fafacf71f3266971942e25b43af8ae
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|