poac-dev / poac

A package manager and build system for C++
https://poac.dev
Apache License 2.0
1.05k stars 70 forks source link

[build] `--rpm` & `--deb` #974

Open ken-matsui opened 1 month ago

ken-matsui commented 1 month ago

It would be great if we could generate deb and rpm packages with poac build. We may want to refer to and learn how CPack makes those packages.

zkkv commented 2 weeks ago

Do you mean packages containing the enduser's binary? That seems to be out of scope of a build system made for a specific language.

ken-matsui commented 2 weeks ago

I don't have experience creating these packages, so this issue was intended to be "discussion needed". If those packages require including binaries, then I agree.