Ruby · 508 bytes Raw Blame History
1 cask "sniffly" do
2 version "0.2.4"
3 sha256 :no_check # Will calculate actual SHA256 once DMG is hosted
4
5 url "https://github.com/FortranGoingOnForty/sniffly/releases/download/v#{version}/Sniffly-#{version}-macOS.dmg"
6 name "Sniffly"
7 desc "Fast, visual disk space analyzer built with Fortran and GTK4"
8 homepage "https://github.com/FortranGoingOnForty/sniffly"
9
10 # No dependencies needed - all GTK4 libraries are bundled!
11 app "Sniffly.app"
12
13 zap trash: [
14 "~/Library/Logs/Sniffly.log",
15 ]
16 end