summaryrefslogtreecommitdiff
path: root/homebrew/nnn/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/nnn/.beer')
-rw-r--r--homebrew/nnn/.beer24
1 files changed, 24 insertions, 0 deletions
diff --git a/homebrew/nnn/.beer b/homebrew/nnn/.beer
new file mode 100644
index 000000000..a26997994
--- /dev/null
+++ b/homebrew/nnn/.beer
@@ -0,0 +1,24 @@
+{
+ "name": "Nnn",
+ "description": "Tiny, lightning fast, feature-packed file manager",
+ "url": "https://github.com/jarun/nnn/archive/v2.4.tar.gz",
+ "mirror": null,
+ "homepage": "https://github.com/jarun/nnn",
+ "depends": [
+ {
+ "depend": "readline",
+ "build-depend": false
+ }
+ ],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "system \"make\", \"install\", \"PREFIX=#{prefix}\"",
+ "bash_completion.install \"scripts/auto-completion/bash/nnn-completion.bash\"",
+ "zsh_completion.install \"scripts/auto-completion/zsh/_nnn\"",
+ "fish_completion.install \"scripts/auto-completion/fish/nnn.fish\""
+ ],
+ "version": "2.4",
+ "file": "nnn.rb"
+} \ No newline at end of file