19 lines
688 B
Bash
19 lines
688 B
Bash
# Template file for 'xfce4-fsguard-plugin'
|
|
pkgname=xfce4-fsguard-plugin
|
|
version=1.1.3
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="--with-locales-dir=/usr/share/locale"
|
|
hostmakedepends="pkg-config intltool"
|
|
makedepends="xfce4-panel-devel"
|
|
short_desc="File system usage monitor plugin for the Xfce4 panel"
|
|
maintainer="Alexander Mamay <alexander@mamay.su>"
|
|
license="BSD-2-Clause"
|
|
homepage="https://goodies.xfce.org/projects/panel-plugins/xfce4-fsguard-plugin"
|
|
distfiles="https://archive.xfce.org/src/panel-plugins/${pkgname}/${version%.*}/${pkgname}-${version}.tar.bz2"
|
|
checksum=84ef8bb4752292d64c0ef101badf7b14448790bfa0a85de644dbfa22986ec258
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|