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:
parent
e0b8b7a397
commit
28207e9a80
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue