vimeo_downloader 0.3.1

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Rob Cowie 2011-05-23 16:21:39 +01:00 committed by Adam Vandenberg
parent 35bdc71606
commit 020d02ccaf

View file

@ -0,0 +1,12 @@
require 'formula'
class VimeoDownloader < Formula
url 'http://ossguy.com/video_hosts/vimeo_downloader.sh'
homepage 'http://ossguy.com/?p=841'
md5 '8aa9a45ad7b7b8f7f8e5369a5fc3d336'
version '0.3.1'
def install
bin.install 'vimeo_downloader.sh' => 'vimeo_downloader'
end
end