#Packager: George Vlahavas pkgname=clockywock pkgver=0.2.3F pkgrel=1gv source=("https://dentar.com/opensource/clockywock-0.2.3F.tar.gz") docs=("readme" "install" "copying" "changelog" "authors" "news" "todo" "license") url=https://dentar.com/open-source slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "clockywock (an analog clock for the terminal)" "ClockyWock is an analog clock for character terminals, for example," "the vt100, xterm or wyse60. It uses ncurses so any well-supported" "terminal types under ncurses should work with ClockyWock." ) build() { cd $startdir/src/$pkgname-$pkgver sed -i "s/-O3/$CFLAGS/" Makefile make || exit 1 mkdir -p $startdir/pkg/usr/bin cp clockywock $startdir/pkg/usr/bin/ mkdir -p $startdir/pkg/usr/man/man7 cp clockywock.7 $startdir/pkg/usr/man/man7/ }