meow!
 
 
 
Go to file
Dominika Liberda 19b4170937 * new build way 2022-04-10 12:21:56 +02:00
.abuild * new build way 2022-04-10 12:21:56 +02:00
sakamoto meow? 2022-04-09 16:30:05 +02:00
.gitignore meta: Add out/ to gitignore 2021-04-17 15:26:12 +02:00
.gitlab-ci.yml.disabled meta: removed GitLab CI 2021-04-17 15:21:41 +02:00
Dockerfile git add Dockerfile README.md 2022-04-09 16:59:51 +02:00
README.md git add Dockerfile README.md 2022-04-09 16:59:51 +02:00
meow.sh * new build way 2022-04-10 12:21:56 +02:00

README.md

alpine-repo

Building packages

The recommended way for building the packages is Docker.

Setup:

  • ensure that you have the private key in .abuild/
  • build the image using docker build -t builder .
  • sync the current repo to a directory called out
docker run --rm -it -v "$(pwd):/aports" -v "$(pwd)/out:/home/domi/packages" -w "/aports" builder