diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/git-octopus.rb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Library/Formula/git-octopus.rb b/Library/Formula/git-octopus.rb new file mode 100644 index 000000000..60fe15616 --- /dev/null +++ b/Library/Formula/git-octopus.rb @@ -0,0 +1,14 @@ +class GitOctopus < Formula + homepage "https://github.com/lesfurets/git-octopus" + url "https://github.com/lesfurets/git-octopus/archive/v1.0.tar.gz" + sha256 "c83ab4aa3d8ec770f4f05619239a7852c871216a108b4e287c13efb10e3db5db" + + def install + bin.install "bin/git-octopus" + man1.install "man/man1/git-octopus.1" + end + + test do + system "#{bin}/git-octopus" + end +end |
