classabbyamp 4d6972e024
*: orphan shizonic's packages
inactive as a maintainer for 3 years
2025-02-11 08:43:41 -05:00

18 lines
464 B
Bash

# Template file for 'fff'
pkgname=fff
version=2.2
revision=1
depends="bash coreutils xdg-utils"
short_desc="Simple file manager written in bash"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/dylanaraps/fff"
distfiles="https://github.com/dylanaraps/fff/archive/${version}.tar.gz"
checksum=45f6e1091986c892ea45e1ac82f2d7f5417cfb343dc569d2625b5980e6bcfb62
do_install() {
vbin fff
vman fff.1
vlicense LICENSE.md LICENSE
}