17 lines
470 B
Bash
17 lines
470 B
Bash
|
# 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 <duncaen@voidlinux.eu>"
|
||
|
license="GPL-3"
|
||
|
homepage="http://phrat.de/yeahtools.html"
|
||
|
distfiles="http://phrat.de/yeahconsole-${version}.tar.gz"
|
||
|
checksum=fcf3481f78a263a70f1cb5163630fc22e78bb0915013eb05689c6f4aeb0583ef
|
||
|
|
||
|
do_install() {
|
||
|
vbin yeahconsole
|
||
|
}
|