url=https://cccp-linux.github.io/packages/cccp-linux-keyring.asc
wget -qO- $url | gpg --dearmor | sudo tee /etc/apt/keyrings/cccp-linux-keyring.gpg
suite="sid" # or "trixie" "questing" "resolute" "noble"
comps="main" # and/or "casparcg" "embedded"
sudo tee /etc/apt/sources.list.d/cccp-linux.sources <<EOF
Types: deb
URIs: https://cccp-linux.github.io/packages
Suites: $suite
Components: $comps
Signed-By: /etc/apt/keyrings/cccp-linux-keyring.gpg
EOF
sudo apt update
apt list ~OCCCP.Linux
sudo apt install <package> ...
This project is distributed under the GNU GPL license. See the LICENSE.md file for details.