Files
homebrew-cask/Casks/n/nucleo.rb
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

25 lines
726 B
Ruby

cask "nucleo" do
version "3.2.6"
sha256 "ff4c91634044310c625a2629a8b9e53230039a299d40650a2eba5157ce7b0a8a"
url "https://nucleo-app-releases.s3-accelerate.amazonaws.com/mac/Nucleo_#{version}.zip",
verified: "nucleo-app-releases.s3-accelerate.amazonaws.com/"
name "Nucleo"
desc "Icon manager and library"
homepage "https://nucleoapp.com/"
livecheck do
url "https://nucleoapp.com/updates"
regex(/href=.*?Nucleo[._-]v?(\d+(?:\.\d+)+)\.zip/i)
end
app "Nucleo.app"
zap trash: [
"~/Library/Application Support/Nucleo",
"~/Library/Logs/Nucleo",
"~/Library/Preferences/co.ambercreative.nucleo.plist",
"~/Library/Saved Application State/co.ambercreative.nucleo.savedState",
]
end