# Description: Clock using lib ncurses # URL: https://github.com/xorg62/tty-clock # Maintainer: KRAK3N Team, extra ports at krak3n dot my # Depends on: name=tty-clock version=2.3 release=1 source=(https://github.com/xorg62/${name}/archive/v${version}/${name}-${version}.tar.gz) build() { cd ${name}-${version} make PREFIX=/usr make PREFIX=/usr DESTDIR=$PKG install }