18 lines
593 B
Bash
18 lines
593 B
Bash
# Template file for 'xfce4-mpc-plugin'
|
|
pkgname=xfce4-mpc-plugin
|
|
version=0.5.1
|
|
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=635e678c9729663e9eaadfcf58426f7cea37e6d3fda5e818955fbc8ade00de01
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|