Files
homebrew-cask/Casks/s/simplistic.rb
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

16 lines
322 B
Ruby

cask "simplistic" do
version :latest
sha256 :no_check
url "http://newosxbook.com/tools/simplist.tar"
name "SimPLISTic"
name "jlutil"
homepage "http://newosxbook.com/tools/simplistic.html"
livecheck do
skip "unversioned command-line application"
end
binary "jlutil.universal", target: "jlutil"
end