void-packages/srcpkgs/pianobar/template
2019-02-17 10:53:22 -03:00

20 lines
600 B
Bash

# Template file for 'pianobar'
pkgname=pianobar
version=2019.02.14
revision=1
build_style=gnu-makefile
make_build_args="V=1"
hostmakedepends="pkg-config"
makedepends="faad2-devel ffmpeg-devel gnutls-devel json-c-devel libao-devel
libcurl-devel"
short_desc="Free/open-source, console-based client for Pandora radio"
maintainer="Juan RP <xtraeme@voidlinux.org>"
license="MIT"
homepage="https://6xq.net/pianobar/"
distfiles="https://github.com/PromyLOPh/pianobar/archive/${version}.tar.gz"
checksum=415858f8bf938a84af06b15fd49daa49fd2089f3c66f55356c0987ac4fce20d7
post_install() {
vlicense COPYING
}