Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 485 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 485 Bytes

Alpine aports development environment

Brings a ready-to-use development environment to compile Alpine Linux aports

Usage

Clone aports, then inside the cloned project:

docker run --rm -it -v $PWD:/aports -w /aports jrei/aports-dev

Compile an aport as dev (who is sudoer):

cd $repository/$package
abuild -rP /tmp

See more instructions in the official wiki