diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/spark.rb | 11 |
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 |
