New package: fff-0.3.2

closes #4174
This commit is contained in:
Toby Merz 2018-10-26 09:49:39 +02:00 committed by maxice8
parent b322890655
commit 59745b1932
No known key found for this signature in database
GPG Key ID: 543B9D4F4299F06B
1 changed files with 18 additions and 0 deletions

18
srcpkgs/fff/template Normal file
View File

@ -0,0 +1,18 @@
# Template file for 'fff'
pkgname=fff
version=0.3.2
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=f4d64abd0adacfdcc3d2e8f8adc80a878c41b982c662a97e8b4f1989f01aea61
do_install() {
vbin fff
vman fff.1
vlicense LICENSE.md LICENSE
}