homebrew-core/Formula/github-keygen.rb
ilovezfs 8fb03484f1 github-keygen 1.301
Closes #7326.

Signed-off-by: ilovezfs <ilovezfs@icloud.com>
2016-11-28 13:34:36 -08:00

17 lines
453 B
Ruby

class GithubKeygen < Formula
desc "Bootstrap GitHub SSH configuration"
homepage "https://github.com/dolmen/github-keygen"
url "https://github.com/dolmen/github-keygen/archive/v1.301.tar.gz"
sha256 "7b887f4a61bee47b53c40bfb6cde2ad593e687d847a7748a1d409b92fd4a7100"
head "https://github.com/dolmen/github-keygen.git"
bottle :unneeded
def install
bin.install "github-keygen"
end
test do
system "#{bin}/github-keygen"
end
end