diff --git a/srcpkgs/fff/template b/srcpkgs/fff/template new file mode 100644 index 00000000000..ec25a779dc7 --- /dev/null +++ b/srcpkgs/fff/template @@ -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 " +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 +}