void-packages/srcpkgs/fff/template
2019-02-04 23:02:33 -02:00

18 lines
473 B
Bash

# Template file for 'fff'
pkgname=fff
version=2.1
revision=1
noarch=yes
depends="bash coreutils xdg-utils"
short_desc="Simple file manager written in bash"
maintainer="shizonic <realtiaz@gmail.com>"
license="MIT"
homepage="https://github.com/dylanaraps/fff"
distfiles="https://github.com/dylanaraps/fff/archive/${version}.tar.gz"
checksum=776870d11c022fa40468d5d582831c0ab5beced573489097deaaf5dd690e7eab
do_install() {
vbin fff
vman fff.1
vlicense LICENSE.md LICENSE
}