homebrew-cask/Casks/launchcontrol.rb

36 lines
1.2 KiB
Ruby

cask "launchcontrol" do
version "1.52.4,1777"
sha256 "d7bf9b4194f0549c020aa991651608d7e7b715962d880c84b90c872432f89fd5"
url "https://www.soma-zone.com/download/files/LaunchControl-#{version.csv.first}.tar.bz2"
name "LaunchControl"
desc "Create, manage and debug system- and user services"
homepage "https://www.soma-zone.com/LaunchControl/"
livecheck do
url "https://www.soma-zone.com/LaunchControl/a/appcast_update.xml"
strategy :sparkle
end
auto_updates true
app "LaunchControl.app"
uninstall delete: "/Library/PrivilegedHelperTools/com.soma-zone.LaunchControl.Helper",
launchctl: "com.soma-zone.LaunchControl.Helper",
quit: [
"com.soma-zone.JobWatch",
"com.soma-zone.LaunchControl",
"com.soma-zone.LicenseWindow",
"com.soma-zone.QuickLaunch",
]
zap trash: [
"~/Library/Application Support/LaunchControl",
"~/Library/Caches/com.apple.helpd/Generated/com.soma-zone.LaunchControl.help*",
"~/Library/Caches/com.apple.helpd/Generated/LaunchControl Help*",
"~/Library/Caches/com.soma-zone.LaunchControl",
"~/Library/Preferences/com.soma-zone.LaunchControl.plist",
]
end