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.
- Host: GitHub
- URL: https://github.com/solarnetwork/solarnet-os-packages
- Owner: SolarNetwork
- License: apache-2.0
- Created: 2022-02-01T00:44:17.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-06-22T04:19:58.000Z (almost 3 years ago)
- Last Synced: 2025-01-31T07:32:08.228Z (over 1 year ago)
- Language: Shell
- Size: 24.4 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/