Created
May 19, 2015 22:35
-
-
Save tresni/0abf5c8017b082d4717a to your computer and use it in GitHub Desktop.
Personal superspark Formula
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class Superspark < Formula | |
homepage "https://github.com/tresni/superspark" | |
head "https://github.com/tresni/superspark.git" | |
sha256 "" | |
def install | |
bin.install "superspark" | |
end | |
test do | |
system "#{bin}/superspark" | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment