conan-io / conan-center-index

Recipes for the ConanCenter repository
https://conan.io/center
MIT License
949 stars 1.74k forks source link

[center.conan.io] add badge for projects in conan center #1042

Open gocarlos opened 4 years ago

gocarlos commented 4 years ago

would be great if cci automatically creates a badge for projects which they can put in the readme.

this badge should be a link to the https://conan.io/center/

this is already possible for bintray but not for conan center

claremacrae commented 3 years ago

As a manual workaround, the following markdown code works nicely:

[![ConanCenter package](https://repology.org/badge/version-for-repo/conancenter/approvaltests.cpp.svg)](https://conan.io/center/approvaltests.cpp)

It currently generates:

image

Croydon commented 5 months ago

This become possible at some point

See the badges tab: https://conan.io/center/recipes/openssl

Issue can be closed