mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
> 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.
7 lines
199 B
Ruby
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
|