Open
Description
Is there a go-to solution for packaging the built extension?
I'd like to offer a .deb package and I'm wondering if there is an easy way to do this.
There are some things online about creating it manually:
- Package php extensions: https://www.frandieguez.dev/posts/how-to-easily-create-debian-packages-for-php-extensions/
- Package php extensions: https://www.dotdeb.org/2008/09/25/how-to-package-php-extensions-by-yourself/
- Packaging rust binaries as deb package: https://github.com/kornelski/cargo-deb
Extensions can also be installed via PECL. If .deb is not an option, would that be a viable thing?