aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorflosch2010-07-25 04:23:08 +0200
committerAdam Vandenberg2010-07-25 08:12:03 -0700
commit0e7eae88d8746febfeb10495f9cf63caf8839781 (patch)
tree40e23a7ce555838637ea4f665ee3d693b10dbed1
parent0f546f445a0ef415c23bad74922216e6f7f67191 (diff)
downloadhomebrew-0e7eae88d8746febfeb10495f9cf63caf8839781.tar.bz2
Added initial youtube-dl formula.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
-rw-r--r--Library/Formula/youtube-dl.rb12
1 files changed, 12 insertions, 0 deletions
diff --git a/Library/Formula/youtube-dl.rb b/Library/Formula/youtube-dl.rb
new file mode 100644
index 000000000..703b42f7c
--- /dev/null
+++ b/Library/Formula/youtube-dl.rb
@@ -0,0 +1,12 @@
+require 'formula'
+
+class YoutubeDl <Formula
+ 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'
+
+ def install
+ bin.install 'youtube-dl'
+ end
+end