community/unit add devel subpackage
Package Information
- Package name: community/unit
- Package version: 1.32.0-r0
- Alpine version: edge
- Alpine architecture: x86_64
Summary
For integration with NodeJS projects unit-devel is required for compiling native libraries. Please add unit-devel subpackage for it.
Suggestion for adding to APKBUILD (I don't have much expertise with Alpine packaging so just guessing):
devel() {
pkgdesc="Development files for Unit external modules"
depends="pcre2"
cd "$builddir"
make libunit-install
}
Steps to reproduce
If applicable, please provide instructions to reproduce the issue.