prettyping 1.0.0 (new formula)
Closes Homebrew/homebrew#38460. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
6d365bdb71
commit
43ee45f580
1 changed files with 13 additions and 0 deletions
13
Formula/prettyping.rb
Normal file
13
Formula/prettyping.rb
Normal file
|
@ -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
|
Loading…
Reference in a new issue