diff --git a/Casks/q/qdirstat.rb b/Casks/q/qdirstat.rb new file mode 100644 index 0000000000..666d09fb8a --- /dev/null +++ b/Casks/q/qdirstat.rb @@ -0,0 +1,16 @@ +cask "qdirstat" do + version "1.9" + sha256 "b05637c023ef9781ea1d45663f228151a7793b79f8af8e8765cf72260cfd74f3" + + url "https://github.com/jesusha123/qdirstat-macos/releases/download/#{version}/QDirStat-#{version}.dmg" + name "QDirStat" + desc "Graphical application to show where your disk space has gone" + homepage "https://github.com/jesusha123/qdirstat-macos/" + + auto_updates true + depends_on macos: ">= :high_sierra" + + app "QDirStat.app" + + zap trash: [] +end