Files
homebrew-cask/Casks/a/autumn.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

21 lines
579 B
Ruby

cask "autumn" do
version "1.0.7"
sha256 "2f6bff1c6203eddc8c3d48887d176d5dec0bc57dc66c3dfa1740c5a0dcd6fe93"
url "https://github.com/apandhi/Autumn/releases/download/#{version}/Build.zip",
verified: "github.com/apandhi/Autumn/"
name "Autumn"
desc "Window manager for JavaScript development"
homepage "https://apandhi.github.io/Autumn/"
depends_on macos: ">= :high_sierra"
app "Autumn.app"
zap trash: [
"~/Library/Caches/com.sephware.autumn",
"~/Library/Preferences/com.sephware.autumn.plist",
"~/Library/WebKit/com.sephware.autumn",
]
end