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.
22 lines
543 B
Ruby
22 lines
543 B
Ruby
cask "physics-101" do
|
|
version "9.2.2"
|
|
sha256 :no_check
|
|
|
|
url "https://praetersoftware.com/download/physics101/Physics101.dmg"
|
|
name "Physics 101"
|
|
desc "Collection of simulations, tools, and equations across the field of physics"
|
|
homepage "http://www.praetersoftware.com/new/physics101/"
|
|
|
|
livecheck do
|
|
url :url
|
|
strategy :extract_plist
|
|
end
|
|
|
|
app "Physics 101.app"
|
|
|
|
zap trash: [
|
|
"~/Library/Application Support/Physics 101",
|
|
"~/Library/Saved Application State/com.praetersoftware.physics101se.savedState",
|
|
]
|
|
end
|