Adding in a gpg package for chimera linux. The below may not work for you at all. add in this file: /etc/apk/repositories.d/02-repo-gpg.list with this content: https://notabug.org/jbranso/cports/packages/contrib

Joshua Branson 93a9cb2ef9 contrib/gnupg/template.py: made configure use gmake. 1 vuosi sitten
contrib 93a9cb2ef9 contrib/gnupg/template.py: made configure use gmake. 1 vuosi sitten
etc 9de5df2c7f Revert "cbuild: add support for linux32 into profiles" 1 vuosi sitten
experimental 07e109a0ee experimental/libgcc-chimera: new package (15.0.7) 1 vuosi sitten
main 2a3fd2a6a1 main/chrony: rework service to almost-guarantee time-sync.target 1 vuosi sitten
non-free 5ba86f89f6 cbuild: add full support for repository hierarchy resolution 3 vuotta sitten
src 1100b1afe9 contrib/u-boot-menu: add installer script 1 vuosi sitten
.gitignore 463e0022c9 gitignore: ignore pkgstage 1 vuosi sitten
CONTRIBUTING.md 3731587592 contributing: clarify AmE requirement for language 3 vuotta sitten
COPYING.md 619e35e3d6 initial code for cbuild 3 vuotta sitten
Packaging.md 9de5df2c7f Revert "cbuild: add support for linux32 into profiles" 1 vuosi sitten
README.md 1717da53b2 readme: chimera-bootstrap no longer exists, change the path 2 vuotta sitten
Usage.md 6e44c260c4 cbuild: simply host/target arch checks 1 vuosi sitten
cbuild 219f6f3f2b cbuild: only set pycache_prefix if not already set 1 vuosi sitten

README.md

cports

Cports is a collection of source package ports for Chimera. The system has been written specifically for the distribution using the Python scripting language.

The system is largely inspired by xbps-src from Void Linux, but should not be considered a variant of it, nor it should be expected that the options and behaviors are the same.

There are two authoritative documents on the system:

  • Usage.md is the reference for users. It covers usage of cbuild and its basic and advanced options as well as concepts and requirements.
  • Packaging.md is the reference manual for packagers. It covers the API of the system and guidelines for creating and modifying templates, but not usage.

Most people looking to get involved with the project should read both.

To get started, read Usage.md first.

Bootstrapping installations from repositories

For instructions on how to bootstrap the system into a target root as well as some more advanced tooling for e.g. creation of actual images, check out the chimera-live repository.