homebrew-cask/Casks/qdesktop.rb

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