homebrew-cask/Casks/t/touchosc.rb

28 lines
758 B
Ruby

cask "touchosc" do
version "1.2.2,175"
sha256 "fc0248fc587820ce60ebe3c5203bcfcfe071963fda9d05f08199efff9669de7a"
url "https://hexler.net/pub/touchosc/touchosc-#{version.csv.first}.#{version.csv.second}-macos.dmg"
name "touchosc"
desc "MIDI and OSC Controller Software"
homepage "https://hexler.net/touchosc"
livecheck do
url "https://hexler.net/touchosc/appcast/macos/"
strategy :sparkle
end
auto_updates true
app "TouchOSC.app"
zap trash: [
"~/Documents/TouchOSC",
"~/Library/Application Support/net.hexler.lex",
"~/Library/Caches/net.hexler.lex",
"~/Library/Logs/net.hexler.lex",
"~/Library/Preferences/net.hexler.lex.plist",
"~/Library/Saved Application State/net.hexler.lex.savedState",
]
end