homebrew-core/Formula/github-keygen.rb

21 lines
604 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.305.tar.gz"
sha256 "5a0a68ed9e3eb1c0e3b783c250e0790fffe17fc1a663cefa1348560ff040b940"
license "GPL-3.0"
head "https://github.com/dolmen/github-keygen.git", branch: "release"
bottle do
sha256 cellar: :any_skip_relocation, all: "40efaefeb31f64b474d8030ddc268250d52d6f3e17131f36d0eb8e35fa24ab8e"
end
def install
bin.install "github-keygen"
end
test do
system "#{bin}/github-keygen"
end
end