blob: f7dca415203f4eb1d92a9a9aca44c67334809d63 (
plain)
| 1
2
3
4
5
6
7
8
9
10
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
 |