New comment by Vaelatern on void-packages repository https://github.com/void-linux/void-packages/pull/39451#issuecomment-1283420652 Comment: Hey @classabbyamp and @the-maldridge what do you think about ``` diff --git a/srcpkgs/NetAuth/template b/srcpkgs/NetAuth/template index be7f2cb0f81..22ca583f769 100644 --- a/srcpkgs/NetAuth/template +++ b/srcpkgs/NetAuth/template @@ -1,11 +1,12 @@ # Template file for 'NetAuth' pkgname=NetAuth version=0.6.1 -revision=1 +revision=2 wrksrc=netauth-$version build_style="go" go_import_path="github.com/netauth/netauth" go_package="${go_import_path}/cmd/netauth + ${go_import_path}/cmd/nsutil ${go_import_path}/cmd/netauthd" short_desc="Network authentication and identity system" maintainer="Michael Aldridge " ``` Trying to bootstrap a standalone little netauth instance, and finding it tricky without nsutil :)