Add stub options method.

This commit is contained in:
Mike McQuaid 2011-06-21 22:28:29 +01:00
parent b7dd6f1f7e
commit bd2fa562c3

View File

@ -210,6 +210,9 @@ class Formula
# tell the user about any caveats regarding this package, return a string
def caveats; nil end
# any e.g. configure options for this package
def options; end
# patches are automatically applied after extracting the tarball
# return an array of strings, or if you need a patch level other than -p1
# return a Hash eg.