Hacker News new | ask | show | jobs
by Ne02ptzero 2944 days ago
How does one submit a new package to https://cppget.org? I can find a 'Submit' button or documentation about this.
1 comments

Good question. Currently you will need to email a git repository URL and tag you want published (e.g., https://git.build2.org/hello/libhello.git#v1.0.0) and we will publish it for you (or you can provide a package archive if you prefer).

For the next version we plan to implement a CI/CD bot which will poll your git repository for tagged versions and automatically test and publish them to cppget.org (there will be some sort of a control file that you will be able to use to specify which tags should be published where, etc).

> Currently you will need to email

Oh

Thanks for your work on this! That sounds like a great direction for future development. I hope that you are able to make this work out!