homebrew-cask/Casks/nodeclipse.rb

16 lines
642 B
Ruby
Raw Normal View History

2014-11-14 01:26:30 +08:00
cask :v1 => 'nodeclipse' do
2015-09-08 07:49:04 +08:00
version '0.17'
sha256 '674991d7c22ea05975a76800e6e9fe9231064a09a2a2412e6ec0448676bfa2e8'
# sourceforge.net is the official download host per the vendor homepage
2015-09-08 07:49:04 +08:00
url "http://downloads.sourceforge.net/project/nodeclipse/Enide-2015/7/Enide-2015-7-macosx-x64-20150706.zip"
name 'Nodeclipse'
homepage 'http://www.nodeclipse.org/'
2014-10-01 23:33:29 +08:00
license :oss
# Renamed for clarity: app name is inconsistent with its branding.
# Also renamed to avoid conflict with other eclipse Casks.
# Original discussion: https://github.com/caskroom/homebrew-cask/pull/8183
2015-09-08 07:49:04 +08:00
app 'Eclipse.app', :target => 'Nodeclipse.app'
2014-04-15 17:15:20 +08:00
end