homebrew-cask/Casks/hfsleuth.rb

12 lines
257 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'
binary 'hfsleuth.universal', target: 'hfsleuth'
manpage 'hfsleuth.1'
end