build-blocks:
- modulefiles added
This commit is contained in:
21
scripts/Tools/Firefox/modulefile
Normal file
21
scripts/Tools/Firefox/modulefile
Normal file
@@ -0,0 +1,21 @@
|
||||
#%Module1.0
|
||||
|
||||
set whatis "open source web browser"
|
||||
set url "https://www.mozilla.org/en-US/firefox/desktop/"
|
||||
set license " Mozilla Public License 2.0 and other"
|
||||
set maintainer "Achim Gsell <achim.gsell@psi.ch>"
|
||||
|
||||
set help "
|
||||
Mozilla Firefox (known simply as Firefox) is a free and open-source web
|
||||
browser developed for Windows, OS X, and Linux, with a mobile version for
|
||||
Android, by the Mozilla Foundation and its subsidiary, the Mozilla
|
||||
Corporation. Firefox uses the Gecko layout engine to render web pages, which
|
||||
implements current and anticipated web standards.
|
||||
"
|
||||
|
||||
source $env(PSI_LIBMODULES)
|
||||
|
||||
if { [uname sysname] == "Darwin" } {
|
||||
set-alias Firefox "open -n \"$PREFIX/Firefox.app\""
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user