1 # Maintainer: Evangelos Foutras <evangelos@foutrelis.com>
2 # Contributor: AndyRTR <andyrtr@archlinux.org>
3 # Contributor: Tobias Kieslich <tobias (at) archlinux.org>
5 pkgname=xfce4-verve-plugin
8 pkgdesc="Command line plugin for the Xfce panel"
11 url="https://docs.xfce.org/panel-plugins/xfce4-verve-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=('ebda5e5eb62d6e42afdc6f121d2f1cbd4d9d3c2b16a5e3ed8192b1b224b8f825')
19 cd "$srcdir/$pkgname-$pkgver"
28 cd "$srcdir/$pkgname-$pkgver"
29 make DESTDIR="$pkgdir" install
32 # vim:set ts=2 sw=2 et: