Adding new jtool Cask (#26555)

* Adding new jtool Cask

- no versioned download, using latest
- symlinking manpage manually
- previous context: https://github.com/Homebrew/homebrew-binary/pull/321

* Removing deprecated license method
This commit is contained in:
Timothy Sutton 2016-11-07 20:45:59 -05:00 committed by Aditya Dalal
parent 6049b724ec
commit 3c61239ffa
1 changed files with 11 additions and 0 deletions

11
Casks/jtool.rb Normal file
View File

@ -0,0 +1,11 @@
cask 'jtool' do
version :latest
sha256 :no_check
url 'http://www.newosxbook.com/files/jtool.tar'
name 'jtool'
homepage 'http://newosxbook.com/tools/jtool.html'
binary 'jtool'
artifact 'jtool.1', target: "#{HOMEBREW_PREFIX}/share/man/man1/jtool.1"
end