Go to file
2024-03-17 11:35:18 -04:00
freya/iksemel iksemel 2024-03-17 11:35:18 -04:00
.gitignore iksemel 2024-03-17 11:35:18 -04:00
build.env iksemel 2024-03-17 11:35:18 -04:00
Dockerfile iksemel 2024-03-17 11:35:18 -04:00
Makefile iksemel 2024-03-17 11:35:18 -04:00
README.md iksemel 2024-03-17 11:35:18 -04:00

aports

my own alpine aport packages

requirements

only docker is needed, since the build environment is run inside docker

signing keys

to build aports, you first need a signing key pair (if you dont have one).

openssl genrsa -out key.rsa 2048
openssl rsa -in key.rsa -pubout > key.rsa.pub

if you already have keys, or you generated them somewhere else, make sure to update their locations in build.env

building

to compile the APKs run

make build

the packages should not be outputed in the ./out folder