homebrew-cask/Casks/n/nifty.rb

23 lines
441 B
Ruby

cask "nifty" do
version "3.76.3"
sha256 :no_check
url "https://niftypm.com/apps/Nifty.dmg"
name "Nifty"
desc "Client for the Nifty project management platform"
homepage "https://niftypm.com/"
livecheck do
url :url
strategy :extract_plist
end
app "Nifty.app"
zap trash: [
"~/Library/Application Support/Nifty",
"~/Library/Logs/Nifty",
"~/Library/Preferences/com.creative360.niftypm.plist",
]
end