mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
19 lines
527 B
Ruby
19 lines
527 B
Ruby
cask "nightfall" do
|
|
version "3.1.0"
|
|
sha256 "b98e86466bb89b04b9f5d3f98e4b74c03950052e8821b515ec1ea0c7f71bef6a"
|
|
|
|
url "https://github.com/r-thomson/Nightfall/releases/download/v#{version}/Nightfall.dmg"
|
|
name "Nightfall"
|
|
desc "Menu bar utility for toggling dark mode"
|
|
homepage "https://github.com/r-thomson/Nightfall/"
|
|
|
|
depends_on macos: ">= :catalina"
|
|
|
|
app "Nightfall.app"
|
|
|
|
zap trash: [
|
|
"~/Library/Application Scripts/com.ryanthomson.Nightfall",
|
|
"~/Library/Containers/com.ryanthomson.Nightfall",
|
|
]
|
|
end
|