Skip to content

Instantly share code, notes, and snippets.

@tresni
Created May 19, 2015 22:35
Show Gist options
  • Save tresni/0abf5c8017b082d4717a to your computer and use it in GitHub Desktop.
Save tresni/0abf5c8017b082d4717a to your computer and use it in GitHub Desktop.
Personal superspark Formula
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