aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/vimeo-downloader.rb
blob: b4b3c59800bb5edf2612bd8200a435d2645ce500 (plain)
1
2
3
4
5
6
7
8
9
10
11
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