This is currently still very messy and we probably want to work out the best way to declare what parts of our DSL/what files are "public". Still, even if this is a WIP I'd rather get something committed sooner rather than later and start iterating on this as a replacement for `example_formula.rb` and the formula cookbook. To test: ```bash cd $(brew --prefix)/Library/Homebrew && \ rdoc formula.rb requirement.rb utils.rb &&\ open doc/index.html ``` Closes Homebrew/homebrew#32470.
19 lines
268 B
Plaintext
19 lines
268 B
Plaintext
/*
|
|
!/.gitignore
|
|
!/Library/
|
|
!/CODEOFCONDUCT.md
|
|
!/CONTRIBUTING.md
|
|
!/LICENSE.txt
|
|
!/README.md
|
|
!/SUPPORTERS.md
|
|
!/bin
|
|
/bin/*
|
|
!/bin/brew
|
|
!/share/man/man1/brew.1
|
|
.DS_Store
|
|
/Library/Homebrew/doc
|
|
/Library/LinkedKegs
|
|
/Library/PinnedKegs
|
|
/Library/Taps
|
|
/Library/Formula/.gitignore
|