git-open 1.1
Closes Homebrew/homebrew#26843. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
38634115be
commit
8dfa8dd586
1 changed files with 11 additions and 0 deletions
11
Formula/git-open.rb
Normal file
11
Formula/git-open.rb
Normal file
|
@ -0,0 +1,11 @@
|
|||
require "formula"
|
||||
|
||||
class GitOpen < Formula
|
||||
homepage "https://github.com/jeffreyiacono/git-open"
|
||||
url "https://github.com/jeffreyiacono/git-open/archive/v1.1.tar.gz"
|
||||
sha1 "86a2a9b67e5fe20779b2ae7ad59a3450c7c72d23"
|
||||
|
||||
def install
|
||||
bin.install "git-open.sh" => "git-open"
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue