diff options
Diffstat (limited to 'homebrew/prettyping/.beer')
-rw-r--r-- | homebrew/prettyping/.beer | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/homebrew/prettyping/.beer b/homebrew/prettyping/.beer new file mode 100644 index 000000000..3a67ede1c --- /dev/null +++ b/homebrew/prettyping/.beer @@ -0,0 +1,21 @@ +{ + "name": "Prettyping", + "description": "Wrapper to colorize and simplify ping", + "url": "https://github.com/denilsonsa/prettyping/archive/v1.0.1.tar.gz", + "mirror": null, + "homepage": "https://denilsonsa.github.io/prettyping/", + "depends": [], + "resource": [], + "conflicts": [], + "patches": [ + { + "url": "https://raw.githubusercontent.com/Homebrew/formula-patches/6ecea23/prettyping/ipv6.patch", + "strip": "1" + } + ], + "install": [ + "bin.install \"prettyping\"" + ], + "version": "1.0.1", + "file": "prettyping.rb" +}
\ No newline at end of file |