19 lines
598 B
Bash
19 lines
598 B
Bash
# Template file for 'pianobar'
|
|
pkgname=pianobar
|
|
version=2018.06.22
|
|
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="Juan RP <xtraeme@voidlinux.eu>"
|
|
license="MIT"
|
|
homepage="https://6xq.net/pianobar/"
|
|
distfiles="https://github.com/PromyLOPh/pianobar/archive/${version}.tar.gz"
|
|
checksum=a616ef70c04ceea8294caaba091d6a16bf35293bdc587151a235fb0e6a00ad90
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|