aboutcode-org / aboutcode-org/scancode-toolkit

Add vcpkg C/C++ packages

Aperta
#1,571 2 commenti 0 reazioni 0 assegnatari Vedi su GitHub
codeday intermediate new feature package scan package-formats
Lingua principale
Python
Stelle
2.6k
Fork
791
Merge medio
1g 12h
PR unite (30g)
5

Descrizione

### Description
See https://github.com/microsoft/vcpkg and https://github.com/microsoft/vcpkg/blob/f008d24c67b722ddd87adb09aa8b5c0531c83d6e/docs/examples/packaging-github-repos.md
We have two main manifests of interest:
- a portfile: CMake file with macros we could parse https://github.com/microsoft/vcpkg/blob/f008d24c67b722ddd87adb09aa8b5c0531c83d6e/ports/abseil/portfile.cmake and https://vcpkg.readthedocs.io/en/latest/maintainers/portfile-functions/
- a control file: a Debian-like CONTROL file https://github.com/microsoft/vcpkg/blob/f008d24c67b722ddd87adb09aa8b5c0531c83d6e/ports/libgeotiff/CONTROL and https://vcpkg.readthedocs.io/en/latest/maintainers/control-files/

There is also a lock file (vcpkg-lock.json) https://github.com/search?q=path%3Avcpkg-lock.json&type=code

Some research is needed on all these.

reported by @ignacionr on ClearlyDefined

Guida per i contributori

Apri la guida per i contributori

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.