homebrew-cask-versions/Casks/wordservice.rb
Sam Tsai 97bdfc3c95 Fix Wordservice to be an App vs Service
I tried installing the original wordservice cask and I got this error:

Error: It seems the symlink source is not there:
'/opt/homebrew-cask/Caskroom/wordservice/2.8.1/WordService/WordService.service'

After unzipping the download manually I saw that it was no longer a
"service" extension, so I made the update to the formula.
2015-02-19 11:50:38 -05:00

11 lines
523 B
Ruby

cask :v1 => 'wordservice' do
version '2.8.1'
sha256 'c8085d93400ee60d103225fbaa53409fe66b8c92afe6cda05ca74916562c3a92'
# amazonaws.com is the official download host per the vendor homepage
url "https://s3.amazonaws.com/DTWebsiteSupport/download/freeware/wordservice/#{version}/WordService.zip"
homepage 'http://www.devontechnologies.com/products/freeware.html#c1115'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
app 'WordService.app'
end