1 class Timedog < Formula
2 desc "Lists files that were saved by a backup of the macOS Time Machine"
3 homepage "https://github.com/nlfiedler/timedog"
4 url "https://github.com/nlfiedler/timedog/archive/refs/tags/v1.4.tar.gz"
5 sha256 "169ab408fe5c6b292a7d4adf0845c42160108fd43d6a392b95210204de49cb52"
6 license "GPL-2.0-or-later"
7 head "https://github.com/nlfiedler/timedog.git", branch: "master"
11 sha256 cellar: :any_skip_relocation, all: "a0e45f17640f67392a0681305ed9ea138fde831f355a79ef857d05e1fd7e0b9e"
21 assert_match "No machine directory found for host", shell_output("#{bin}/timedog 2>&1", 1)