Skip to content
Snippets Groups Projects
Commit bd2fa562 authored by Mike McQuaid's avatar Mike McQuaid
Browse files

Add stub options method.

parent b7dd6f1f
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment