void-packages/srcpkgs/fff/template

19 lines
473 B
Bash
Raw Normal View History

2018-10-26 07:49:39 +00:00
# Template file for 'fff'
pkgname=fff
2019-01-20 21:21:27 +00:00
version=1.5
2018-10-26 07:49:39 +00:00
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"
2019-01-20 21:21:27 +00:00
checksum=83c149230b18c0ac0b4ec07824312c3df6c51f23eba8f1e22241c5ea96f4b078
2018-10-26 07:49:39 +00:00
do_install() {
vbin fff
vman fff.1
vlicense LICENSE.md LICENSE
}