void-packages/srcpkgs/fff/template

19 lines
473 B
Bash

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