homebrew-cask/Casks/crystalmaker.rb

16 lines
470 B
Ruby

cask "crystalmaker" do
version "10.6.0,46910"
sha256 :no_check
url "http://crystalmaker.com/downloads/crystalmaker_mac.zip"
appcast "http://crystalmaker.com/crystalmaker/release-notes/mac/#{version.major}/index.html",
must_contain: version.before_comma.chomp(".0")
name "CrystalMaker"
desc "Visualize crystal and molecular structures"
homepage "http://crystalmaker.com/index.html"
depends_on macos: ">= :sierra"
app "CrystalMaker.app"
end