mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
The migration of `orka.rb` and then `o*.rb` has worked well without complaint so: let's move everything else, too.
19 lines
435 B
Ruby
19 lines
435 B
Ruby
cask "tigerjython" do
|
|
version "2.37"
|
|
sha256 :no_check
|
|
|
|
url "https://www.tjgroup.ch/download/TigerJython.dmg"
|
|
name "TigerJython"
|
|
desc "Jython-based educational programming environment"
|
|
homepage "https://www.tjgroup.ch/"
|
|
|
|
livecheck do
|
|
url "https://www.tjgroup.ch/index.php?site=download"
|
|
regex(/version\s+(\d+(?:\.\d+)+)/i)
|
|
end
|
|
|
|
suite "TigerJython"
|
|
|
|
zap trash: "~/Library/Caches/org.aplu.TigerJython-Mac"
|
|
end
|