New comment by kawaiiamber on void-packages repository https://github.com/void-linux/void-packages/issues/27677#issuecomment-757260468 Comment: Here was my attempt at packaking it: ```sh # Template file for 'noisetorch' pkgname=noisetorch version=0.9.0 revision=1 wrksrc="NoiseTorch-${version}" build_style=go go_import_path="https://github.com/lawl/NoiseTorch" short_desc="Real-time microphone noise suppression on Linux" maintainer="KawaiiAmber " license="GPL-3.0-or-later" homepage="https://github.com/lawl/NoiseTorch" distfiles="https://github.com/lawl/NoiseTorch/archive/${version}.tar.gz" checksum=afe01a969e1c016134cbe4f481c2af110f091f29fbde3a1d44095d9be37d3fd2 ``` `xbps-src` returns with ``` => Using vendor dir for noisetorch Go dependencies. cannot find package "." in: /builddir/NoiseTorch-0.9.0/vendor/https:/github.com/lawl/NoiseTorch ``` I tried setting `go_get=yes` as well. I'm not that experienced with go, so I'm probably doing it wrong to be honest.