21 lines
625 B
Plaintext
21 lines
625 B
Plaintext
#%Module1.0
|
|
|
|
module-whatis "C/C++ IDE"
|
|
module-url "http://eclipse.org/home/index.php"
|
|
module-license "Eclipse license"
|
|
module-licensefile "notice.html"
|
|
module-maintainer "Achim Gsell <achim.gsell@psi.ch>"
|
|
|
|
module-help "
|
|
Eclipse is famous for its Java Integrated Development Environment (IDE), but
|
|
its C/C++ IDE and PHP IDE are pretty cool too. You can easily combine
|
|
language support and other features into any of our default packages, and
|
|
the Eclipse Marketplace allows for virtually unlimited customization and
|
|
extension.
|
|
"
|
|
|
|
if { [uname sysname] == "Darwin" } {
|
|
set-alias Eclipse "open -n \"$PREFIX/Eclipse.app\""
|
|
}
|
|
|