void-packages/srcpkgs/fff/template

19 lines
475 B
Bash
Raw Normal View History

2018-10-26 09:49:39 +02:00
# Template file for 'fff'
pkgname=fff
2019-02-04 23:01:26 +01:00
version=2.1
2018-10-26 09:49:39 +02:00
revision=1
archs=noarch
2018-10-26 09:49:39 +02:00
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-02-04 23:01:26 +01:00
checksum=776870d11c022fa40468d5d582831c0ab5beced573489097deaaf5dd690e7eab
2018-10-26 09:49:39 +02:00
do_install() {
vbin fff
vman fff.1
vlicense LICENSE.md LICENSE
}