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 | преди 1 година | |
etc | преди 1 година | |
experimental | преди 1 година | |
main | преди 1 година | |
non-free | преди 3 години | |
src | преди 1 година | |
.gitignore | преди 1 година | |
CONTRIBUTING.md | преди 3 години | |
COPYING.md | преди 3 години | |
Packaging.md | преди 1 година | |
README.md | преди 2 години | |
Usage.md | преди 1 година | |
cbuild | преди 1 година |
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.
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.