homebrew-core/Formula/spark.rb
Rob Cowie c9e8f2cc7b spark 1.0.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-12-04 09:33:35 -08:00

11 lines
231 B
Ruby

require 'formula'
class Spark < Formula
url 'https://github.com/holman/spark/zipball/v1.0.0'
homepage 'https://github.com/holman/spark'
md5 'b888f1293f349bbaf1b5da0fbb73b036'
def install
bin.install "spark"
end
end