18 lines
631 B
Bash
18 lines
631 B
Bash
# Template file for 'xfce4-systemload-plugin'
|
|
pkgname=xfce4-systemload-plugin
|
|
version=1.2.1
|
|
revision=2
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config intltool"
|
|
makedepends="xfce4-panel-devel"
|
|
short_desc="A system load plugin for the Xfce4 panel"
|
|
maintainer="Alexander Mamay <alexander@mamay.su>"
|
|
license="BSD-2-Clause"
|
|
homepage="https://goodies.xfce.org/projects/panel-plugins/xfce4-systemload-plugin"
|
|
distfiles="https://archive.xfce.org/src/panel-plugins/${pkgname}/${version%.*}/${pkgname}-${version}.tar.bz2"
|
|
checksum=2bf7d0802534a1eb2e9f251af2bb97abc3f58608c1f01511d302c06111d34812
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|