7bd947eb0b
* Use new "url" features * Use keg_only DSL * Use "skip_clean :all" DSL * Whitespace and style cleanups * Make bash invocations less silly * Use new man2-man8 helpers * Remove "FileUtils." since it is included in Formula * Use real names for deps instead of aliases * ENV.x11 now updates path, so remove that from individual brews
8 lines
252 B
Ruby
8 lines
252 B
Ruby
require 'formula'
|
|
|
|
class YoutubeDl <ScriptFileFormula
|
|
url 'http://bitbucket.org/rg3/youtube-dl/raw/02377503b545/youtube-dl'
|
|
homepage 'http://bitbucket.org/rg3/youtube-dl/overview'
|
|
md5 '50b22dee9387d9d9641366974f809fc3'
|
|
version '2010.07.24'
|
|
end
|