mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
28 lines
758 B
Ruby
28 lines
758 B
Ruby
cask "touchosc" do
|
|
version "1.2.6,185"
|
|
sha256 "3294ca8b37e699df1b29c11dc76371b7a6528ef9aebcb0107ecba0d04c6e4430"
|
|
|
|
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
|