diff --git a/srcpkgs/wuzz/template b/srcpkgs/wuzz/template index f7c9f04d9ec..dcea770eda4 100644 --- a/srcpkgs/wuzz/template +++ b/srcpkgs/wuzz/template @@ -12,6 +12,10 @@ homepage="https://github.com/asciimoo/wuzz" distfiles="${homepage}/archive/v${version}.tar.gz" checksum=721ea7343698e9f3c69e09eab86b9b1fef828057655f7cebc1de728c2f75151e +post_extract() { + go mod tidy +} + post_install() { vlicense LICENSE }