# Description: noice is not noice # URL: https://github.com/jarun/nnn # Maintainer: #teatime (irc.kyber.io), teatime at kyber dot io name=nnn version=2.1 release=1 source=(https://github.com/jarun/$name/archive/v$version.tar.gz) build() { cd $name-$version make PREFIX=/usr DESTDIR=$PKG install }