cps-org / cps-config

A drop in replacement for pkg-config/pkgconf using cps files
MIT License
15 stars 7 forks source link

integration tests using cps files pointing to libraries installed in ubuntu 22 #70

Open tylerjw opened 2 months ago

tylerjw commented 2 months ago
  1. setup docker based on ubuntu 22
  2. install some libraries from ubuntu in that container
  3. copy cps files from https://github.com/tylerjw/ubuntu-jammy-cps to some directory here
  4. write integration tests that verify cps-config works the same way pkg-config works with those packages
tylerjw commented 1 month ago

To post an update on what I've been doing. I created a tool to generate CPS files from PC files. You can find that here. https://github.com/tylerjw/cps-deps/tree/main

Also, https://github.com/tylerjw/ubuntu-jammy-cps now includes a Dockerfile that'll generate cps files and a ton more files.