specialties: point to valid examples
This commit is contained in:
parent
fb83fc7bc4
commit
6c6bbc702c
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user