Skip to content

Commit

Permalink
comment/caveat use of macupdate in icursor.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandwalker committed Oct 9, 2014
1 parent 985729a commit ad1c30a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Casks/icursor.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,17 @@ class Icursor < Cask
version :latest
sha256 :no_check

# macupdate is used because the vendor homepage is abandoned
# (http://www.giofx.net/GioFX/MacOS.html)
url 'https://www.macupdate.com/download/17059/iCursor.zip'
homepage 'https://www.macupdate.com/app/mac/17059/icursor'
license :unknown

app 'iCursor.app'

caveats <<-EOS.undent
Warning: #{title} has been abandoned by its author, and the
vendor homepage is defunct. This Cask downloads an untrusted
copy from an alternative source.
EOS
end

0 comments on commit ad1c30a

Please sign in to comment.