Skip to content

Commit

Permalink
git-open 1.1
Browse files Browse the repository at this point in the history
Closes Homebrew#26843.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
  • Loading branch information
mjc authored and adamv committed Mar 13, 2014
1 parent 6a3b2d2 commit 05b3cae
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Library/Formula/git-open.rb
@@ -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

0 comments on commit 05b3cae

Please sign in to comment.