This repository is based on the bincrafters repository template and makes use of bincrafters-package-tools to build the packages
for pkg in $(LOCAL_CONAN_INDEX=./conan-ccdc-index cit info package | sed -e 's/- //')
do
conan search -r public-conan-center --raw "$pkg/*" | tail -n 1
done