treagod / spectator

Client to test web endpoints
https://treagod.github.io/spectator/
GNU General Public License v3.0
77 stars 6 forks source link

Possible Bug: Can't find duktape/duktape-dev under Alpine Linux #104

Open Saijin-Naib opened 11 months ago

Saijin-Naib commented 11 months ago

Thanks for making Spectator!

I'm trying to build and package it for Alpine Linux, but I'm having trouble with the build as the Meson build script fails to find duktape/duktape-dev, even when declared explicitly as a build depends.

Having both cmake and pkgconf available during build doesn't allow the build to resolve duktape, unfortunately.