Files
homebrew-cask/Casks/e/eclipse-rcp.rb
T
2023-12-06 13:37:21 -05:00

26 lines
829 B
Ruby

cask "eclipse-rcp" do
arch arm: "aarch64", intel: "x86_64"
version "4.30.0,2023-12"
sha256 arm: "46aab70eff663db9c97397893e491e9ce58eafb10340041e78d674c8ca66b089",
intel: "aee53208dbd459fab229758fc1770d28f0464de1ab997c2af021568ea032b487"
url "https://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/#{version.csv.second}/R/eclipse-rcp-#{version.csv.second}-R-macosx-cocoa-#{arch}.dmg&r=1"
name "Eclipse for RCP and RAP Developers"
desc "Eclipse IDE for RCP and RAP developers"
homepage "https://eclipse.org/"
livecheck do
cask "eclipse-ide"
end
# Renamed to avoid conflict with other Eclipse.
app "Eclipse.app", target: "Eclipse RCP.app"
zap trash: [
"~/.eclipse",
"~/eclipse-workspace",
"~/Library/Preferences/epp.package.rcp.plist",
]
end