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

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.