From 5ecdc28a0cd6949449aedd614008a37518c47168 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Mon, 5 Dec 2022 22:06:59 +0700 Subject: [PATCH] wuzz: fix build --- srcpkgs/wuzz/template | 4 ++++ 1 file changed, 4 insertions(+) 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 }