Files
homebrew-cask/Casks/s/sofa-server.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

27 lines
725 B
Ruby

cask "sofa-server" do
version "1.5"
sha256 :no_check
url "https://flavio.tordini.org/files/sofa/sofa-server.dmg"
name "Sofa"
desc "Remote control for your computer"
homepage "https://flavio.tordini.org/sofa/"
livecheck do
url "https://flavio.tordini.org/sofa-ws/appcast.xml"
strategy :sparkle, &:short_version
end
depends_on macos: ">= :high_sierra"
app "Sofa Server.app"
zap trash: [
"~/Library/Application Scripts/org.tordini.flavio.SofaHelper",
"~/Library/Caches/Flavio Tordini/sofa-server",
"~/Library/Caches/org.tordini.flavio.sofa-server",
"~/Library/Containers/org.tordini.flavio.SofaHelper",
"~/Library/Preferences/org.tordini.flavio.sofa-server.plist",
]
end