diff options
| author | Adam Vandenberg | 2013-06-06 16:26:23 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2013-06-06 16:41:27 -0700 |
| commit | 289144a8daee7afdddf71c7b6e6f2afc30369f77 (patch) | |
| tree | c070ef78602d4dc02ec0ab4f28c0ba2e7b732532 /Library | |
| parent | 76b89b6a82977488efc66a60ce2005471e166dfd (diff) | |
| download | homebrew-289144a8daee7afdddf71c7b6e6f2afc30369f77.tar.bz2 | |
specialties: point to valid examples
Diffstat (limited to 'Library')
| -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 |
