2024-09-02 11:42:06 -03:00
|
|
|
# cports-docker
|
2024-09-02 09:55:54 -03:00
|
|
|
|
2024-09-02 11:42:06 -03:00
|
|
|
Run [cports](https://github.com/chimera-linux/cports) and build pkgs inside chimera docker image.
|
|
|
|
|
|
|
|
## how?
|
|
|
|
|
|
|
|
- run `generate_config.sh` to set your repo directory correctly
|
|
|
|
- then run:
|
|
|
|
|
|
|
|
```bash
|
|
|
|
docker compose run --build --rm cports
|
|
|
|
```
|
|
|
|
|
|
|
|
- your cports repo will be in /cports, just do setup normally after that
|
2024-09-02 14:16:42 -03:00
|
|
|
- make sure you have sane `ulimits -n`, docker for some reason is setting it as `1073741816` lately, and that makes builds take minutes.
|
2024-09-06 12:04:44 -03:00
|
|
|
- optionally, use the [docker image](https://git.jabuxas.xyz/jabuxas/-/packages/container/cports/latest) and set it up how you want to
|