Contributing
This page documents how to develop this repository.
Development
For information how to develop applications that integrate into this repository easily, use time machine and read it in the future.
If you're not a developer, this page is useless to you.
Building
The only officially supported OS for building and running is currently Debian 10 (Buster)! Contributions to test and fix running of this repository on other Debian-based systems welcome!
Only needed for the first time:
For all subsequent builds:
Packaging new software
Packages in the repository are created using debcrafter tool which allows building complex debian packages from very rich specification files. Packaging process is still being developed and not fully documented yet. Recommended approach to learn about packaging and creating own package is using cadr-guide. This interactive tool will guide you through the process and help you create a package for your desired software.
Last updated