Skip to content

Instantly share code, notes, and snippets.

@johnhawkinson
Created February 28, 2017 19:05
Show Gist options
  • Save johnhawkinson/311cf473352678bf6bdb2b603f109bd0 to your computer and use it in GitHub Desktop.
Save johnhawkinson/311cf473352678bf6bdb2b603f109bd0 to your computer and use it in GitHub Desktop.
class TestEmpty < Formula
url "https://github.com/cr-marcstevens/sha1collisiondetection.git",
:revision => "cb10f50d20a1c6c9efbf526c5da510c492d595b9"
version "HEAD-cb10f0"
def install
system "touch", "test-empty"
bin.install "test-empty"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment