void-packages/srcpkgs/fff/template
2019-01-20 23:22:40 -02:00

18 lines
473 B
Bash

# Template file for 'fff'
pkgname=fff
version=1.5
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=83c149230b18c0ac0b4ec07824312c3df6c51f23eba8f1e22241c5ea96f4b078
do_install() {
vbin fff
vman fff.1
vlicense LICENSE.md LICENSE
}