# Description: file manager written in posix shell # URL: https://github.com/dylanaraps/shfm # Maintainer: KRAK3N Team, extra ports at krak3n dot my # Depends on: name=shfm version=0.4.2 release=1 source=(https://github.com/dylanaraps/${name}/archive/${version}/${name}-${version}.tar.gz) build() { cd ${name}-${version} install -Dm755 shfm $PKG/usr/bin/shfm }