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

https://github.com/fruit-testbed/apks

FRµIT APKS Repository Builder
https://github.com/fruit-testbed/apks

alpine-linux apk iot raspberrypi

Last synced: about 1 month ago
JSON representation

FRµIT APKS Repository Builder

Awesome Lists containing this project

README

          

# FruitOS Package Repository Builder

This repository contains necessary files to build a package
repository for FruitOS.

Requirements:
- FruitOS (>0.0.3)
- Makefile

To Build:

1. Copy Fruit private key file to `fruit-apk-key.rsa` which
will be used to sign the packages and repository's index
file.

2. Install required software: `$ apk add make`

2. Invoke command `$ make`. This will install necessary files,
build packages and/or download them from other repositories.

If everything works well then all packages are available at
`target/packages/armhf/`. You can publish the packages by
serving that directory through an HTTP server (e.g. Nginx).