aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/wifi-password.rb
blob: 42d9cda9eea1f3a1a8b30fdbbbd8f6d32a232b93 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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