2011-12-02 11:09:37 +00:00
|
|
|
require 'formula'
|
|
|
|
|
|
|
|
class Spark < Formula
|
|
|
|
url 'https://github.com/holman/spark/zipball/v1.0.0'
|
|
|
|
homepage 'https://github.com/holman/spark'
|
2012-09-03 18:33:56 +00:00
|
|
|
sha1 '63971539fda9f7f3890b52ff131633f5bdda048b'
|
2011-12-02 11:09:37 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
bin.install "spark"
|
|
|
|
end
|
|
|
|
end
|