diff --git a/srcpkgs/mpdviz/template b/srcpkgs/mpdviz/template new file mode 100644 index 00000000000..13817419d7f --- /dev/null +++ b/srcpkgs/mpdviz/template @@ -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 " +license="MIT" +homepage="http://github.com/lucy/mpdviz" +distfiles="http://github.com/lucy/mpdviz/archive/${version}.tar.gz" +checksum=c34243ec3f3d91adbc36d608d5ba7082ff78870f2fd76a6650d5fb3218cc2ba3 + +post_install() { + vlicense LICENSE +}