lwhsu / FreeBSD-Electron

Electron port for FreeBSD

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Electron port for FreeBSD

Now It's Official

Electron is officially available in the FreeBSD ports tree. For more information, please see the following URLs:

This repository will continue to serve as a pre-official development repository.


This repository contains an experimental port of electron 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 (for example):

pkg install electron-4.1.4-freebsd12-amd64.txz

Run

electron

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 electron (an external working directory is currently needed, defined with the WRKDIR enviroment variable):

git clone https://github.com/tagattie/FreeBSD-Electron
cd FreeBSD-Electron/devel/electron4
export WKRDIR=~/wrkdir
make install clean

Platform

  • Built on FreeBSD 11 and 12 amd64.

Credits

About

Electron port for FreeBSD


Languages

Language:C++ 73.6%Language:C 17.5%Language:TypeScript 3.1%Language:Assembly 1.9%Language:Makefile 1.6%Language:Python 1.0%Language:JavaScript 0.9%Language:HTML 0.2%Language:Shell 0.1%Language:Raku 0.1%Language:Perl 0.0%Language:CSS 0.0%Language:Pawn 0.0%Language:Prolog 0.0%Language:Rust 0.0%Language:Go 0.0%