aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorRob Cowie2011-12-02 11:09:37 +0000
committerAdam Vandenberg2011-12-04 09:33:35 -0800
commit33dac2b59745bd58b2e3609e2dd27aaae32fc1fe (patch)
tree6143dfda99bb154dba09518f3bcba787886b4bf8 /Library
parentfdd8071836d27b30e322922c4acb056becf47e80 (diff)
downloadhomebrew-33dac2b59745bd58b2e3609e2dd27aaae32fc1fe.tar.bz2
spark 1.0.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/spark.rb11
1 files changed, 11 insertions, 0 deletions
diff --git a/Library/Formula/spark.rb b/Library/Formula/spark.rb
new file mode 100644
index 000000000..b559c9fb9
--- /dev/null
+++ b/Library/Formula/spark.rb
@@ -0,0 +1,11 @@
+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