Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
multirust 0.0.6 (new formula)
Closes Homebrew/legacy-homebrew#39224.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
  • Loading branch information
spastorino authored and MikeMcQuaid committed May 31, 2015
1 parent cd37ba6 commit b9f9eda
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions Formula/multirust.rb
@@ -0,0 +1,20 @@
class Multirust < Formula
homepage "https://github.com/brson/multirust"
desc "A tool for managing multiple Rust installations"

# Use the tag instead of the tarball to get submodules
url "https://github.com/brson/multirust.git",
:tag => "0.0.6",
:revision => "6b18101d0b878669bdba94b9e37c31308dc12d34"

depends_on :gpg => :recommended

def install
system "./build.sh"
system "./install.sh", "--prefix=#{prefix}"
end

test do
system "#{bin}/multirust", "show-default"
end
end

0 comments on commit b9f9eda

Please sign in to comment.