homebrew-cask-versions/Casks/sitesucker.rb
Paul Love 301d2f8304 Add Sitesucker Cask
> SiteSucker is a Macintosh application that automatically downloads
> Web sites from the Internet. It does this by asynchronously
> copying the site's Web pages, images, backgrounds, movies, and
> other files to your local hard drive, duplicating the site's
> directory structure. Just enter a URL (Uniform Resource Locator),
> press return, and SiteSucker can download an entire Web site.
2013-08-19 17:40:21 +01:00

7 lines
199 B
Ruby

class Sitesucker < Cask
url 'http://www.sitesucker.us/archive/latest/SiteSucker.zip'
homepage 'http://www.sitesucker.us/mac/mac.html'
version 'latest'
no_checksum
link 'SiteSucker.app'
end