New package: fastttyrec-0.2.0

This commit is contained in:
Andrew Benson 2019-12-16 14:54:55 -06:00 committed by Juan RP
parent 3050173deb
commit 961a08c0eb

View file

@ -0,0 +1,15 @@
# Template file for 'fastttyrec'
pkgname=fastttyrec
version=0.2.0
revision=1
build_style=gnu-makefile
short_desc="Compress ttyrec recordings"
maintainer="Andrew Benson <abenson+void@gmail.com>"
license="GPL-2.0-or-later"
homepage="http://www.phong.org/nethack/"
distfiles="http://www.phong.org/nethack/fastttyrec-${version}.tar.bz2"
checksum=a366562d3a38220779f2da2d4d6ec4c868ab17d6530b9a37c4eb12499e1e911a
do_install() {
vbin fastttyrec
}