1 cask "singlecrystal" do
5 url "https://crystalmaker.com/downloads/singlecrystal#{version.major}_mac.zip"
7 desc "Crystal diffraction software"
8 homepage "https://crystalmaker.com/singlecrystal/index.html"
11 url "https://crystalmaker.com/support/updates/VersionData-SCM.xml"
12 strategy :xml do |xml|
13 xml.get_elements("//version").map { |item| item.attributes["number"] }
17 depends_on macos: ">= :mojave"
19 app "SingleCrystal.app"
22 "~/Library/Application Scripts/com.crystalmaker.singlecrystal.v#{version.major}",
23 "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.crystalmaker.singlecrystal.v#{version.major}.sfl*",
24 "~/Library/Containers/com.crystalmaker.singlecrystal.v#{version.major}",