void-packages/srcpkgs/fff/template

19 lines
475 B
Bash

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