homebrew-cask/Casks/procexp.rb

12 lines
319 B
Ruby

cask 'procexp' do
version :latest
sha256 :no_check
url 'http://newosxbook.com/tools/procexp.tgz'
name 'Process Explorer'
homepage 'http://www.newosxbook.com/tools/procexp.html'
binary 'procexp.universal', target: 'procexp'
artifact 'procexp.1', target: "#{HOMEBREW_PREFIX}/share/man/man1/procexp.1"
end