19 lines
475 B
Bash
19 lines
475 B
Bash
# Template file for 'fff'
|
|
pkgname=fff
|
|
version=2.1
|
|
revision=1
|
|
archs=noarch
|
|
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=776870d11c022fa40468d5d582831c0ab5beced573489097deaaf5dd690e7eab
|
|
|
|
do_install() {
|
|
vbin fff
|
|
vman fff.1
|
|
vlicense LICENSE.md LICENSE
|
|
}
|