homebrew-cask/Casks/m/metashape.rb

22 lines
645 B
Ruby

cask "metashape" do
version "2.1.0"
sha256 "3f7fac04818df06075c6e907ab8bcd6cab7d64e073787f29d3e3ce7de5b5bd1e"
url "http://download.agisoft.com/metashape_#{version.dots_to_underscores}.dmg"
name "Agisoft Metashape Standard 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 "Metashape.app"
zap trash: [
"~/Library/Preferences/com.agisoft.Metashape.plist",
"~/Library/Saved Application State/com.agisoft.metashape.standard.savedState",
]
end