/FreeBSD-Atom

Atom port for FreeBSD

Primary LanguageJavaScript

Atom port for FreeBSD

This repository contains an experimental port of Atom for FreeBSD. The port is largely based on:

Get

A package file is available at the releases page. To install, download the file (with .txz extension) and run the command:

pkg install atom-<version>.txz

Run

atom

Build

If you would like to build artifacts for yourself, be sure you have the ports tree on your machine. If not, run the following commands:

portsnap fetch
portsnap extract

Clone this repository with git command and build/install atom:

git clone https://github.com/tagattie/FreeBSD-Atom
cd FreeBSD-Atom/editors/atom
make install clean

Platform

  • Built on FreeBSD 11 and 12 amd64.

Credits