Skip to content

Latest commit

 

History

History
executable file
·
126 lines (90 loc) · 3.56 KB

readme.md

File metadata and controls

executable file
·
126 lines (90 loc) · 3.56 KB

Logo

CCCP

The communist package manager

Explore the docs »

Report Bug . Request Feature

Contributors Forks Stargazers Issues License CodeFactor

Table Of Contents

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 --recursive clone then you dont need this anymore just follow the instructions
  • make
  • Git

Installation

  1. Clone the repo

    git clone https://github.com/Soviet-Linux/CCCP.git --recursive
  2. Cd into the repo

    cd CCCP
  3. If you dont have libSPM run Note: Run as root or with sudo

    make install-libspm
  4. Build

    make 
  5. 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

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the GPL-3.0 License. See LICENSE for more information.

Acknowledgements