20 lines
676 B
Plaintext
20 lines
676 B
Plaintext
#%Module1.0
|
|
|
|
module-whatis "open source web browser"
|
|
module-url "https://www.mozilla.org/en-US/firefox/desktop/"
|
|
module-license " Mozilla Public License 2.0 and other"
|
|
module-maintainer "Achim Gsell <achim.gsell@psi.ch>"
|
|
|
|
module-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.
|
|
"
|
|
|
|
if { [uname sysname] == "Darwin" } {
|
|
set-alias Firefox "open -n \"$PREFIX/Firefox.app\""
|
|
}
|
|
|