phinze/homebrew-cask

View on GitHub
Casks/h/hfsleuth.rb

Summary

Maintainability
A
0 mins
Test Coverage
cask "hfsleuth" do
  version :latest
  sha256 :no_check

  url "https://newosxbook.com/files/hfsleuth.tar"
  name "HFSleuth"
  desc "HFS+/HFSX file system inspection tool"
  homepage "https://newosxbook.com/tools/hfsleuth.html"

  livecheck do
    skip "unversioned command-line application"
  end

  binary "hfsleuth.universal", target: "hfsleuth"
  manpage "hfsleuth.1"
end