-
-
Save kamaulynder/0d193e00844f87d16aab 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
require 'formula' | |
class Phpunit < Formula | |
homepage 'http://www.phpunit.de/manual/current/en/index.html' | |
url 'http://phar.phpunit.de/phpunit.phar' | |
sha1 '4acc07c1730d85e2016a1ed613a1355a9d271636' | |
version 'HEAD' | |
def install | |
bin.install "phpunit.phar" => "phpunit" | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment