pizzamig / FreeBSD-Atom

Atom port for FreeBSD

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Atom port for FreeBSD


Languages

Language:JavaScript 52.1%Language:Makefile 23.2%Language:C++ 11.9%Language:Python 6.4%Language:CoffeeScript 5.0%Language:Shell 1.5%