18 lines
516 B
Bash
18 lines
516 B
Bash
# Template file for 'mpdviz'
|
|
pkgname=mpdviz
|
|
version=0.4.6
|
|
revision=1
|
|
build_style=go
|
|
go_import_path="github.com/lucy/mpdviz"
|
|
hostmakedepends="git pkg-config"
|
|
makedepends="fftw-devel libsndfile-devel"
|
|
short_desc="Standalone console MPD visualizer"
|
|
maintainer="Lolzen <funer@gmx.at>"
|
|
license="MIT"
|
|
homepage="http://github.com/lucy/mpdviz"
|
|
distfiles="http://github.com/lucy/mpdviz/archive/${version}.tar.gz"
|
|
checksum=c34243ec3f3d91adbc36d608d5ba7082ff78870f2fd76a6650d5fb3218cc2ba3
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|