# Description: A simple, fast fuzzy finder for the terminal # URL: https://github.com/jhawthorn/fzy # Maintainer: KRAK3N Team, extra ports at krak3n dot my # Depends on: name=fzy version=1.1 release=1 source=(https://github.com/jhawthorn/${name}/archive/${version}/${name}-${version}.tar.gz) build() { cd ${name}-${version} make PREFIX=/usr make PREFIX=/usr DESTDIR=$PKG install }