From 7cfa33be67488991fd7d0c0194c0681e6b29fcba Mon Sep 17 00:00:00 2001 From: Mathieu Bolla Date: Wed, 18 Feb 2015 22:42:56 +0100 Subject: git-octopus 1.0 (new formula) Created a formula for git-octopus at lesfurets Closes #38975. Signed-off-by: Mike McQuaid --- Library/Formula/git-octopus.rb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Library/Formula/git-octopus.rb (limited to 'Library') 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 -- cgit v1.2.3