17 lines
482 B
Bash
17 lines
482 B
Bash
# Template file for 'yeahconsole'
|
|
pkgname=yeahconsole
|
|
version=0.3.4
|
|
revision=3
|
|
build_style=gnu-makefile
|
|
makedepends="libX11-devel"
|
|
short_desc="Turns an xterm or rxvt-unicode into a game-like console"
|
|
maintainer="Duncaen <duncaen@voidlinux.org>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="http://phrat.de/yeahtools.html"
|
|
distfiles="http://phrat.de/yeahconsole-${version}.tar.gz"
|
|
checksum=fcf3481f78a263a70f1cb5163630fc22e78bb0915013eb05689c6f4aeb0583ef
|
|
|
|
do_install() {
|
|
vbin yeahconsole
|
|
}
|