diff options
Diffstat (limited to 'homebrew/fff/.beer')
-rw-r--r-- | homebrew/fff/.beer | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/homebrew/fff/.beer b/homebrew/fff/.beer new file mode 100644 index 000000000..188c7e069 --- /dev/null +++ b/homebrew/fff/.beer @@ -0,0 +1,17 @@ +{ + "name": "Fff", + "description": "Simple file manager written in bash", + "url": "https://github.com/dylanaraps/fff/archive/2.1.tar.gz", + "mirror": null, + "homepage": "https://github.com/dylanaraps/fff", + "depends": [], + "resource": [], + "conflicts": [], + "patches": [], + "install": [ + "bin.install \"fff\"", + "man1.install \"fff.1\"" + ], + "version": "2.1", + "file": "fff.rb" +}
\ No newline at end of file |