An open API service indexing awesome lists of open source software.

https://github.com/solarnetwork/solarnet-os-packages

SolarNet operating system packages.
https://github.com/solarnetwork/solarnet-os-packages

Last synced: about 1 year ago
JSON representation

SolarNet operating system packages.

Awesome Lists containing this project

README

          

# SolarNet OS Packages

This repository contains scripts to create operating system packages to support SolarNet.
SolarNetwork Foundation hosts a Debian [package repository][snf-repo] (and a [staging
repository][snf-repo-stage]) for pre-built Debian packages.

# Build requirements

The exact build requirements vary for each package. Most packages use [`make`][make] and
[`fpm`][fpm]. On Debian systems, these can typically be installed like this:

```sh
$ sudo apt-get install ruby ruby-dev build-essential
$ sudo gem install --no-ri --no-rdoc fpm
```

[fpm]: https://github.com/jordansissel/fpm
[make]: https://www.gnu.org/software/make/
[snf-repo]: https://debian.repo.solarnetwork.org.nz/
[snf-repo-stage]: https://debian.repo.stage.solarnetwork.org.nz/