summaryrefslogtreecommitdiff
path: root/homebrew/mcli/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/mcli/.beer')
-rw-r--r--homebrew/mcli/.beer21
1 files changed, 21 insertions, 0 deletions
diff --git a/homebrew/mcli/.beer b/homebrew/mcli/.beer
new file mode 100644
index 000000000..2e8600527
--- /dev/null
+++ b/homebrew/mcli/.beer
@@ -0,0 +1,21 @@
+{
+ "name": "MCli",
+ "description": "Swiss Army Knife for macOS",
+ "url": "https://github.com/rgcr/m-cli/archive/v0.2.5.tar.gz",
+ "mirror": null,
+ "homepage": "https://github.com/rgcr/m-cli",
+ "depends": [],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "prefix.install Dir[\"*\"]",
+ "inreplace prefix/\"m\" do |s|",
+ "s.gsub! /^\\[ -L.*|^\\s+\\|\\| pushd.*|^popd.*/, \"\"",
+ "s.gsub! /MPATH=.*/, \"MPATH=#{prefix}\"",
+ "s.gsub! /update_mcli \\&\\&.*/, \"printf \\\"Try: brew update && brew upgrade m-cli \\\\n\\\" && exit 0\"",
+ "s.gsub! /uninstall_mcli \\&\\&.*/, \"printf \\\"Try: brew uninstall m-cli \\\\n\\\" && exit 0\""
+ ],
+ "version": "0.2.5",
+ "file": "m-cli.rb"
+} \ No newline at end of file