homebrew-cask/Casks/icursor.rb

19 lines
534 B
Ruby
Raw Normal View History

2014-11-14 01:26:04 +08:00
cask :v1 => 'icursor' do
2014-09-17 19:42:48 +08:00
version :latest
2014-05-08 20:51:31 +08:00
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'
2014-10-01 23:33:04 +08:00
license :unknown
2014-09-16 00:05:43 +08:00
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
2013-10-31 01:30:00 +08:00
end