Created attachment 260528 [details] port v0.11.0 Demo https://defcon.social/@charlesrocket/113915474617572176
${WITH_DEBUG:D:U-Doptimize=ReleaseFast} can probably be written as ${WITH_DEBUG:U-Doptimize=ReleaseFast}. Then, I don't quite get why you set NO_INSTALL and define a post-install target, you could simply have a do-install target. You don't need to wrap all your scripts in (), for example, this is enough: do-test: @cd ${WRKSRC} && ${TEST_ENV} zig build test ${CONFIGURE_ARGS}
(In reply to Mathieu Arnold from comment #1) Thanks! I was getting a makefile error, but switching to the do-install target resolved it.
Created attachment 260539 [details] port v0.11.0 Fix installation/style
Created attachment 260540 [details] port v0.11.0 Fix debug flag
Created attachment 260581 [details] add port v0.11.0 Switched to `BUILD_ARGS` All checks are green
Created attachment 260706 [details] add port v0.11.1 * Bump zig to v0.14 * Strip the binary