slackbuilds/development/atom
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
README development/atom: Updated for version 1.14.3. 2017-02-26 10:05:30 +07:00
atom.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
atom.desktop development/atom: Updated for version 1.9.9. 2016-08-28 00:22:59 +01:00
atom.info development/atom: Updated for version 1.50.0. 2020-08-30 19:01:04 +07:00
doinst.sh development/atom: Added (Chrome-based and Hackable text editor). 2014-05-12 07:36:05 +07:00
fix-atom.sh.patch development/atom: Updated for version 1.14.3. 2017-02-26 10:05:30 +07:00
fix-ime-events-handler-electron-1.4.patch development/atom: Updated for version 1.14.3. 2017-02-26 10:05:30 +07:00
slack-desc development/atom: Fix slack-desc. 2016-11-14 16:47:23 +07:00
use-system-electron.patch development/atom: Updated for version 1.17.2. 2017-06-06 07:56:15 +07:00

README

Atom is a Chrome-based text editor, hackable and full-featured.

Atom comes loaded with the features you've come to expect from
a modern text editor, like a file system browser, fuzzy finder for
quickly opening files, fast project-wide search and replace,
snippets, code folding and more.

To build Atom is necessary to download about 500MB of data,
which are temporarily stored in ~/.atom, which can be
deleted after building.

If you use apmd package you need rename apm tool.

Optional building features:
* Disable compiling metrics module for Google Analytics
  for people who love your privacy
  https://github.com/atom/metrics
    DISABLE_METRICS=yes|no (default: no)
* Delete temporary data cached after building package
    DELETE_CACHE=yes|no (default: no)
* Use atom with some version of electron previously
  installed in the system. This feature don't make
  a distributable binary, and you can use like as node
  script application. This requires electron
  available in SBo
    ELECTRON=yes|no (default=no)

If you need to use any option do something like:

ELECTRON=yes ./atom.SlackBuild

NOTE:
Atom may failed to build at first attempt.
Simply retry the process and it should be working.