phinze/homebrew-cask

View on GitHub
Casks/c/cumulus.rb

Summary

Maintainability
A
35 mins
Test Coverage
cask "cumulus" do
  version "0.10.1"
  sha256 "f23cffe610f095ef28acc7a14a61b5548755af452ecf5d38c2e2916e424ca271"

  url "https://github.com/gillesdemey/Cumulus/releases/download/v#{version}/Cumulus-#{version}.dmg",
      verified: "github.com/gillesdemey/Cumulus/"
  name "Cumulus"
  desc "SoundCloud player that lives in the menu bar"
  homepage "https://gillesdemey.github.io/Cumulus/"

  app "Cumulus.app"

  zap trash: [
    "~/Library/Application Support/Cumulus",
    "~/Library/Caches/Cumulus",
    "~/Library/Preferences/com.gillesdemey.cumulus.plist",
    "~/Library/Saved Application State/com.gillesdemey.cumulus.savedState",
  ]

  caveats do
    requires_rosetta
  end
end