CCCP
CCCP copied to clipboard
The source code for the CCCP (CCCP Crafter of Controlled Packages)
CCCP
The communist package manager
Explore the docs »
Report Bug
.
Request Feature
Table Of Contents
- About the Project
- Built With
- Getting Started
- Prerequisites
- Installation
- Usage
- Roadmap
- Contributing
- License
- Authors
- Acknowledgements
About The Project
This is the official package manager of the Soviet Linux Distribution
Built With
The package manager is written in C with the LibSPM library
Getting Started
Prerequisites
- LibSPM if you do a
--recursiveclone then you dont need this anymore just follow the instructions - make
- Git
Installation
-
Clone the repo
git clone https://github.com/Soviet-Linux/CCCP.git --recursive -
Cd into the repo
cd CCCP -
If you dont have libSPM run Note: Run as root or with sudo
make install-libspm -
Build
make -
Install Note: Run as root or with sudo
make install
Usage
Get the help message with:
cccp -h
Install a package from the OUR with:
cccp -i <PACKAGE_NAME>
For more examples, please refer to the Documentation
Roadmap
See the open issues for a list of proposed features (and known issues).
Contributing
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- If you have suggestions for adding or removing projects, feel free to open an issue to discuss it.
- Please make sure you check your spelling and grammar.
- Create individual PR for each suggestion.
Creating A Pull Request
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
License
Distributed under the GPL-3.0 License. See LICENSE for more information.