New Package: mpdviz-0.4.6

This commit is contained in:
Lolzen 2018-09-27 11:50:45 +02:00 committed by Helmut Pozimski
parent a0df335d48
commit bf9a1a0b6d
1 changed files with 18 additions and 0 deletions

18
srcpkgs/mpdviz/template Normal file
View File

@ -0,0 +1,18 @@
# 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
}