Files
homebrew-cask/Casks/c/cinco.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

31 lines
985 B
Ruby

cask "cinco" do
version "2.0.1"
sha256 "6b8e07c76c896ee5b79708f3317deb1197ce6c1f87acd45ee740c4423b5a8645"
url "https://ls5download.cs.tu-dortmund.de/cinco/releases/#{version}/cinco-#{version}-macos.dmg",
verified: "ls5download.cs.tu-dortmund.de/cinco/releases/"
name "Cinco"
desc "Generator-driven Eclipse IDE for domain-specific graphical modeling tools"
homepage "https://cinco.scce.info/"
livecheck do
url "https://ls5download.cs.tu-dortmund.de/cinco/releases/"
regex(%r{href="(\d+(?:\.\d+)+)/"}i)
end
pkg "Install Cinco.pkg"
uninstall quit: "de.jabc.cinco.meta.product.product",
pkgutil: "de.jabc.cinco.meta.product.product.cinco.pkg.component"
zap trash: [
"~/Library/Preferences/de.jabc.cinco.meta.product.product.plist",
"~/Library/Saved Application State/de.jabc.cinco.meta.product.product.savedState",
]
caveats do
license "https://www.eclipse.org/legal/epl-v10.html"
depends_on_java "11"
end
end