19 lines
600 B
Bash
19 lines
600 B
Bash
# Template file for 'pianobar'
|
|
pkgname=pianobar
|
|
version=2020.04.05
|
|
revision=2
|
|
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="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://6xq.net/pianobar/"
|
|
distfiles="https://github.com/PromyLOPh/pianobar/archive/${version}.tar.gz"
|
|
checksum=cb319b56ee4163ac040be1844e04de37f94d8e8b058f3bf9500ed380fe385883
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|