aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/vimeo-downloader.rb
blob: 3d64962a709557a59dd02bd22872c75f4845a7b0 (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'
  sha1 'd49792a22ec442fa0b3cf5f70d13793f342c6e26'
  version '0.3.1'

  def install
    bin.install 'vimeo_downloader.sh' => 'vimeo_downloader'
  end
end