diff --git a/srcpkgs/yeahconsole/template b/srcpkgs/yeahconsole/template new file mode 100644 index 00000000000..2db68359781 --- /dev/null +++ b/srcpkgs/yeahconsole/template @@ -0,0 +1,16 @@ +# Template file for 'yeahconsole' +pkgname=yeahconsole +version=0.3.4 +revision=1 +build_style=gnu-makefile +makedepends="libX11-devel" +short_desc="Turns an xterm or rxvt-unicode into a game-like console" +maintainer="Duncaen " +license="GPL-3" +homepage="http://phrat.de/yeahtools.html" +distfiles="http://phrat.de/yeahconsole-${version}.tar.gz" +checksum=fcf3481f78a263a70f1cb5163630fc22e78bb0915013eb05689c6f4aeb0583ef + +do_install() { + vbin yeahconsole +}