Files
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

24 lines
644 B
Ruby

cask "ndm" do
version "1.2.0"
sha256 "7feea9270a35f5c3675abec49c6c38e83796f2a9c81040a190932d069e68a921"
url "https://github.com/720kb/ndm/releases/download/v#{version}/ndm-#{version}.dmg",
verified: "github.com/720kb/ndm/"
name "ndm"
desc "Desktop manager for the Node.js Package Manager (NPM)"
homepage "https://720kb.github.io/ndm/"
app "ndm.app"
zap trash: [
"~/Library/Application Support/ndm",
"~/Library/Preferences/net.720kb.ndm.helper.plist",
"~/Library/Preferences/net.720kb.ndm.plist",
"~/Library/Saved Application State/net.720kb.ndm.savedState",
]
caveats do
discontinued
end
end