Files
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

25 lines
473 B
Ruby

cask "jad" do
version "1.5.8g"
sha256 "8e9e4ea6c4177acce6d27325a036f10a72c170ed60e48c37c3483335319d07b9"
url "https://varaneckas.com/jad/jad#{version.no_dots}.mac.intel.zip"
name "Jad"
desc "Java decompiler"
homepage "https://varaneckas.com/jad/"
depends_on macos: "<= :mojave"
binary "jad"
manpage "jad.1"
caveats do
discontinued
<<~EOS
Instructions on using jad are available in
#{staged_path}/Readme.txt
EOS
end
end