mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
The migration of `orka.rb` and then `o*.rb` has worked well without complaint so: let's move everything else, too.
17 lines
467 B
Ruby
17 lines
467 B
Ruby
cask "lumen" do
|
|
version "1.2.2"
|
|
sha256 "608321c996b736b931b9048c85268bc95ec96ebeb40d329cd73656daac4cb440"
|
|
|
|
url "https://github.com/anishathalye/lumen/releases/download/v#{version}/Lumen.zip"
|
|
name "Lumen"
|
|
desc "Magic auto brightness based on screen contents"
|
|
homepage "https://github.com/anishathalye/lumen"
|
|
|
|
app "Lumen.app"
|
|
|
|
zap trash: [
|
|
"~/Library/Caches/com.anishathalye.Lumen",
|
|
"~/Library/Preferences/com.anishathalye.Lumen.plist",
|
|
]
|
|
end
|