# Description: A simple file manager written in bash # URL: https://github.com/dylanaraps/fff # Maintainer: KRAK3N Team, extra ports at krak3n dot my # Depends on: bash name=fff version=2.2 release=1 source=(https://github.com/dylanaraps/${name}/archive/${version}/${name}-${version}.tar.gz) build() { cd ${name}-${version} make PREFIX=/usr DESTDIR=$PKG install }