Skip to content

JamesLinus/LiteBSD-Ports

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LiteBSD Ports

The LiteBSD ports tree is a collection of software that acts as a third-party repository. It functions just like the ports tree does on the big BSDs: it creates packages that can then be installed by the LiteBSD opkg(1) tool.

Usage

On the machine you use to build LiteBSD:

$ cd $BSDSRC
$ git clone https://github.com/ibara/LiteBSD-Ports.git ports

Then cd into the directory containing the software you want to install.

To create a package that you will later install with the opkg(1) utility on a running LiteBSD machine:

$ bmake package

The package will be in ${.CURDIR}/work/.

License

All included software carries its own license. Please see each individual port for its license terms.

As far as anything in the LiteBSD ports tree infrastructure can be considered copyrightable, it is hereby released by the author into the public domain. In the event that public domain is unacceptable, it is released under the terms of the MIT License with the following header:

Copyright (c) 2015-2016 Brian Callahan <bcallah@devio.us>

About

The LiteBSD ports tree.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 81.7%
  • Roff 4.5%
  • PHP 2.7%
  • Shell 2.6%
  • Makefile 2.2%
  • HTML 1.4%
  • Other 4.9%