cask "watchfacestudio" do version "1.8.10,8379284a-3061-40be-9d7e-011072a1ebe0" sha256 "c17677d6c8fc559dce095f50089626e8a38292b8b444d8aa45dc7d145a1e01c9" url "https://developer.samsung.com/watchfacestudio/file/#{version.csv.second}" name "Watch Face Studio" desc "Graphic authoring tool for creating watch faces for Wear OS" homepage "https://developer.samsung.com/WatchFaceStudio" livecheck do url "https://developer.samsung.com/watch-face-studio/download.html" regex(%r{href=.*?file/([a-z0-9]+(?:-[a-z0-9]+)+)".*?macOS\sv?(\d+(?:\.\d+)+)}i) strategy :page_match do |page, regex| match = page.match(regex) next if match.blank? "#{match[2]},#{match[1]}" end end pkg "WatchFaceStudio_#{version.csv.first}.pkg" uninstall pkgutil: "WatchFaceStudio" zap trash: [ "~/Library/Application Support/watchfacestudio", "~/Library/Preferences/WatchFaceStudio.plist", ] end