vimeo_downloader 0.3.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
35bdc71606
commit
020d02ccaf
1 changed files with 12 additions and 0 deletions
12
Formula/vimeo-downloader.rb
Normal file
12
Formula/vimeo-downloader.rb
Normal 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
|
Loading…
Reference in a new issue