# Description: Terminal based "The Matrix" like implementation # URL: https://github.com/abishekvashok/cmatrix # Maintainer: Aaron Ball, nullspoon at oper dot io # Depends on: ncurses name=cmatrix version=2.0 release=1 source=(https://github.com/abishekvashok/${name}/archive/refs/tags/v${version}.tar.gz) build() { cd ${name}-${version} autoreconf -i ./configure --prefix=/usr make make DESTDIR="${PKG}" install }