# Description: program that displays a badly made ASCII-art animation to punish you for your typing error # URL: http://r-wos.org/hacks/gti # Maintainer: #teatime (irc.kyber.io), teatime at kyber dot io name=gti version=1.6.1 release=1 source=(https://github.com/rwos/$name/archive/v$version.tar.gz) build() { cd $name-$version make make DESTDIR=$PKG install }