diff options
| author | Mathieu Bolla | 2015-02-18 22:42:56 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2015-04-24 10:03:56 +0100 |
| commit | 7cfa33be67488991fd7d0c0194c0681e6b29fcba (patch) | |
| tree | 4635d4642a250aa270984b363e575b8bc8321530 /Library | |
| parent | f8d3d99600a39b8c8b569a0b62371454711b7066 (diff) | |
| download | homebrew-7cfa33be67488991fd7d0c0194c0681e6b29fcba.tar.bz2 | |
git-octopus 1.0 (new formula)
Created a formula for git-octopus at lesfurets
Closes #38975.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
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 |
