aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/git-open.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/git-open.rb')
-rw-r--r--Library/Formula/git-open.rb11
1 files changed, 11 insertions, 0 deletions
diff --git a/Library/Formula/git-open.rb b/Library/Formula/git-open.rb
new file mode 100644
index 000000000..f7dca4152
--- /dev/null
+++ b/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