diff options
| author | Denilson Sá | 2015-04-08 10:26:10 -0300 |
|---|---|---|
| committer | Mike McQuaid | 2015-04-08 17:34:44 +0100 |
| commit | cb519d74ff53c99a9cebd087ad788b139559faba (patch) | |
| tree | abc042afb91221e7aad52207fdb9847b27ad2aeb | |
| parent | 3d44bdad91b52fcb6b28ff1cb36bbaf33fc44deb (diff) | |
| download | homebrew-cb519d74ff53c99a9cebd087ad788b139559faba.tar.bz2 | |
prettyping 1.0.0 (new formula)
Closes #38460.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
| -rw-r--r-- | Library/Formula/prettyping.rb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Library/Formula/prettyping.rb b/Library/Formula/prettyping.rb new file mode 100644 index 000000000..ce13aabff --- /dev/null +++ b/Library/Formula/prettyping.rb @@ -0,0 +1,13 @@ +class Prettyping < Formula + homepage "https://denilsonsa.github.io/prettyping/" + url "https://github.com/denilsonsa/prettyping/archive/v1.0.0.tar.gz" + sha256 "02a4144ff2ab7d3e2c7915041225270e96b04ee97777be905d1146e76084805d" + + def install + bin.install "prettyping" + end + + test do + system "#{bin}/prettyping", "-c", "3", "127.0.0.1" + end +end |
