Files
homebrew-cask/Casks/q/qdesktop.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

16 lines
440 B
Ruby

cask "qdesktop" do
version "0.1.2,6"
sha256 "80091362a4350baf14aa0d78eae0078ee974f68b9fa440a75569a4e591d3813a"
url "https://github.com/qvacua/qdesktop/releases/download/v#{version.csv.first}-#{version.csv.second}/Qdesktop-#{version.csv.first}.zip"
name "Qdesktop"
desc "App to set a website as the desktop background"
homepage "https://github.com/qvacua/qdesktop"
app "Qdesktop.app"
caveats do
discontinued
end
end