ghq 0.12.4

- use git url to embed a commit hash into executable binary when `make build`

Closes #40274.

Signed-off-by: Izaak Beekman <zbeekman@gmail.com>
This commit is contained in:
Songmu 2019-05-24 23:47:31 +09:00 committed by Izaak Beekman
parent e0b8b7a397
commit 28207e9a80
No known key found for this signature in database
GPG key ID: A93CE70D8021BD0F

View file

@ -1,8 +1,9 @@
class Ghq < Formula
desc "Remote repository management made easy"
homepage "https://github.com/motemen/ghq"
url "https://github.com/motemen/ghq/archive/v0.12.3.tar.gz"
sha256 "5bf67452b75d31feb9e4cac3fe414a3ed9c4c0e05bb1f66785feb4980452132b"
url "https://github.com/motemen/ghq.git",
:tag => "v0.12.4",
:revision => "757cb3ad904106157e16e7559d998be1c2eaa561"
bottle do
cellar :any_skip_relocation
@ -17,6 +18,7 @@ class Ghq < Formula
system "make", "build"
bin.install "ghq"
zsh_completion.install "zsh/_ghq"
prefix.install_metafiles
end
test do