Skip to content

Latest commit

 

History

History

aports-dev

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

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