elixir-build 20140421
Closes Homebrew/homebrew#29654. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
4db89065db
commit
d4942ac97e
1 changed files with 17 additions and 0 deletions
17
Formula/elixir-build.rb
Normal file
17
Formula/elixir-build.rb
Normal file
|
@ -0,0 +1,17 @@
|
|||
require "formula"
|
||||
|
||||
class ElixirBuild < Formula
|
||||
homepage "https://github.com/mururu/elixir-build"
|
||||
head "https://github.com/mururu/elixir-build.git"
|
||||
url "https://github.com/mururu/elixir-build/archive/v20140421.tar.gz"
|
||||
sha1 "844b8e3e05c5606d272e2dca0f92dfac56bb58d5"
|
||||
|
||||
def install
|
||||
ENV["PREFIX"] = prefix
|
||||
system "./install.sh"
|
||||
end
|
||||
|
||||
test do
|
||||
system "#{bin}/elixir-build", "--version"
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue