Files
homebrew-cask/Casks/l/lightform.rb
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

26 lines
758 B
Ruby

cask "lightform" do
version "2.2.12.1054"
sha256 "60c4d4a30cef2a5a0d4f0d89b80806e920a0263dbe0a01628c4f3f2ce4b1d1b6"
url "https://software.webservices.lumenous3d.com/app/Lightform-#{version}-release-public-macos.dmg",
verified: "software.webservices.lumenous3d.com/app/"
name "Lightform Creator"
desc "AR projection and audio reactivity software for Lightform devices"
homepage "https://lightform.com/creator"
depends_on macos: ">= :mojave"
app "Lightform.app"
zap trash: [
"~/Library/Application Support/Lightform",
"~/Library/Caches/Lightform",
"~/Library/Preferences/com.lightform.desktop.plist",
"~/Library/Saved Application State/com.lightform.desktop.savedState",
]
caveats do
discontinued
end
end