020d02ccaf
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
12 lines
291 B
Ruby
12 lines
291 B
Ruby
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
|