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.
|
# Base classes for specialized types of formulae.
|
||||||
|
|
||||||
# See youtube-dl.rb for an example
|
# See chcase for an example
|
||||||
class ScriptFileFormula < Formula
|
class ScriptFileFormula < Formula
|
||||||
def install
|
def install
|
||||||
bin.install Dir['*']
|
bin.install Dir['*']
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
# See flac.rb for an example
|
# See browser for an example
|
||||||
class GithubGistFormula < ScriptFileFormula
|
class GithubGistFormula < ScriptFileFormula
|
||||||
def initialize name='__UNKNOWN__', path=nil
|
def initialize name='__UNKNOWN__', path=nil
|
||||||
url = self.class.stable.url
|
url = self.class.stable.url
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user