diff options
| author | Adam Vandenberg | 2013-06-06 16:26:23 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2013-06-06 16:41:27 -0700 |
| commit | 6c6bbc702c81daade38e8d0e79bb4e0b7565e529 (patch) | |
| tree | fbe637e97cd102ecd965035354c21df99e6eab62 | |
| parent | fb83fc7bc4bb7260ea300cf1b2f4874ee7268755 (diff) | |
| download | brew-6c6bbc702c81daade38e8d0e79bb4e0b7565e529.tar.bz2 | |
specialties: point to valid examples
| -rw-r--r-- | Library/Homebrew/formula_specialties.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Homebrew/formula_specialties.rb b/Library/Homebrew/formula_specialties.rb index daf9dd6d0..2529243b2 100644 --- a/Library/Homebrew/formula_specialties.rb +++ b/Library/Homebrew/formula_specialties.rb @@ -1,13 +1,13 @@ # Base classes for specialized types of formulae. -# See youtube-dl.rb for an example +# See chcase for an example class ScriptFileFormula < Formula def install bin.install Dir['*'] end end -# See flac.rb for an example +# See browser for an example class GithubGistFormula < ScriptFileFormula def initialize name='__UNKNOWN__', path=nil url = self.class.stable.url |
