homebrew-core/Formula/github-keygen.rb

18 lines
453 B
Ruby
Raw Normal View History

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