mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
The migration of `orka.rb` and then `o*.rb` has worked well without complaint so: let's move everything else, too.
16 lines
327 B
Ruby
16 lines
327 B
Ruby
cask "hfsleuth" do
|
|
version :latest
|
|
sha256 :no_check
|
|
|
|
url "http://newosxbook.com/files/hfsleuth.tar"
|
|
name "HFSleuth"
|
|
homepage "http://newosxbook.com/tools/hfsleuth.html"
|
|
|
|
livecheck do
|
|
skip "unversioned command-line application"
|
|
end
|
|
|
|
binary "hfsleuth.universal", target: "hfsleuth"
|
|
manpage "hfsleuth.1"
|
|
end
|