mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
22 lines
667 B
Ruby
22 lines
667 B
Ruby
cask "metashapepro" do
|
|
version "2.0.3"
|
|
sha256 "8e9bb28994f9caafb46acf00b28bfc5c7d5c51691cdb03f2341d4622d5dc1de7"
|
|
|
|
url "http://download.agisoft.com/metashape-pro_#{version.dots_to_underscores}.dmg"
|
|
name "Agisoft Metashape Professional Edition"
|
|
desc "Process digital images and generate 3D spatial data"
|
|
homepage "https://www.agisoft.com/"
|
|
|
|
livecheck do
|
|
url "https://www.agisoft.com/downloads/installer/"
|
|
regex(/Metashape\s*(\d+(?:\.\d+)+)/i)
|
|
end
|
|
|
|
app "MetashapePro.app"
|
|
|
|
zap trash: [
|
|
"~/Library/Preferences/com.agisoft.Metashape Pro.plist",
|
|
"~/Library/Saved Application State/com.agisoft.metashape.professional.savedState",
|
|
]
|
|
end
|