void-packages/srcpkgs/fff/template
2020-09-28 22:03:16 -04:00

17 lines
462 B
Bash

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