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
- Host: GitHub
- URL: https://github.com/fruit-testbed/apks
- Owner: fruit-testbed
- License: cc-by-sa-4.0
- Created: 2017-10-23T18:35:06.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-06-07T10:08:56.000Z (about 7 years ago)
- Last Synced: 2025-10-27T09:40:01.606Z (8 months ago)
- Topics: alpine-linux, apk, iot, raspberrypi
- Language: Shell
- Size: 222 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).