homebrew-core/Formula/wifi-password.rb
Jeduan Cornejo 79e6992dff wifi-password 0.1.0 (new formula)
Closes Homebrew/homebrew#36840.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-02-18 13:34:49 +00:00

13 lines
344 B
Ruby

class WifiPassword < Formula
homepage "https://github.com/rauchg/wifi-password"
url "https://github.com/rauchg/wifi-password/archive/0.1.0.tar.gz"
sha1 "041331abc6667d736093da43fd2afdb5bbfc57d5"
def install
bin.install "wifi-password.sh" => "wifi-password"
end
test do
system "#{bin}/wifi-password", "--version"
end
end