1 # Maintainer: Evangelos Foutras <evangelos@foutrelis.com>
2 # Contributor: AndyRTR <andyrtr@archlinux.org>
3 # Contributor: Ben <ben@benmazer.net>
5 pkgname=xfce4-fsguard-plugin
8 pkgdesc="File system usage monitor plugin for the Xfce4 panel"
11 url="https://docs.xfce.org/panel-plugins/xfce4-fsguard-plugin"
12 groups=('xfce4-goodies')
13 depends=('xfce4-panel')
14 makedepends=('intltool')
15 source=(https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
16 sha256sums=('84ef8bb4752292d64c0ef101badf7b14448790bfa0a85de644dbfa22986ec258')
24 --localstatedir=/var \
31 make DESTDIR="$pkgdir" install
34 # vim:set ts=2 sw=2 et: