Created
February 28, 2017 19:05
-
-
Save johnhawkinson/311cf473352678bf6bdb2b603f109bd0 to your computer and use it in GitHub Desktop.
This file contains 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 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