phinze/homebrew-cask

View on GitHub
Casks/n/notchnook.rb

Summary

Maintainability
A
45 mins
Test Coverage
cask "notchnook" do
  version "1.2.7"
  sha256 "2bfcc028117b730c2c0217a587a39aa75b1c7257da23c8146da0a9e9f4fbef9e"

  url "https://lo.cafe/notchnook-files/NotchNook-#{version}.zip"
  name "NotchNook"
  desc "Handy utility to manage and customize the notch area"
  homepage "https://lo.cafe/notchnook"

  livecheck do
    url "https://lo.cafe/notchnook-files/appcast.xml"
    strategy :sparkle, &:short_version
  end

  auto_updates true
  depends_on macos: ">= :sonoma"

  app "NotchNook.app"

  zap trash: [
    "~/Library/Application Support/NotchNook",
    "~/Library/Caches/lo.cafe.NotchNook",
    "~/Library/HTTPStorages/lo.cafe.NotchNook",
    "~/Library/Preferences/lo.cafe.NotchNook.plist",
  ]
end