homebrew-cask/Casks/ap-grapher.rb

20 lines
771 B
Ruby

cask :v1 => 'ap-grapher' do
version :latest
sha256 :no_check
# macupdate is used because the vendor homepage is abandoned
# (http://www.chimoosoft.com/products/apgrapher/)
url 'https://www.macupdate.com/download/11859/APGrapher.dmg'
homepage 'https://www.macupdate.com/app/mac/11859/ap-grapher'
license :unknown # todo: improve this machine-generated value
app 'AP Grapher.app'
# todo: transitional, replace #{self.name...} with #{token}
caveats <<-EOS.undent
Warning: #{self.name.sub(/^KlassPrefix/,'').gsub(/([a-zA-Z\d])([A-Z])/,'\1-\2').gsub(/([a-zA-Z\d])([A-Z])/,'\1-\2').downcase} has been abandoned by its author, and the
vendor homepage is defunct. This Cask downloads an untrusted
copy from an alternative source.
EOS
end