18 lines
593 B
Bash
18 lines
593 B
Bash
# Template file for 'xfce4-mpc-plugin'
|
|
pkgname=xfce4-mpc-plugin
|
|
version=0.5.0
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config intltool"
|
|
makedepends="xfce4-panel-devel"
|
|
short_desc="MPD client plugin for the Xfce4 panel"
|
|
maintainer="Peter Wang <novalazy@gmail.com>"
|
|
license="ISC"
|
|
homepage="https://goodies.xfce.org/projects/panel-plugins/xfce4-mpc-plugin"
|
|
distfiles="https://archive.xfce.org/src/panel-plugins/${pkgname}/${version%.*}/${pkgname}-${version}.tar.bz2"
|
|
checksum=f1320916ae3112e6825699652a502cebfa78bb006c649b42d3d331dfe57b6cb0
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|