mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
The migration of `orka.rb` and then `o*.rb` has worked well without complaint so: let's move everything else, too.
26 lines
758 B
Ruby
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
|