wuzz: fix build

This commit is contained in:
Đoàn Trần Công Danh 2022-12-05 22:06:59 +07:00
parent 6c384b87cc
commit 5ecdc28a0c

View file

@ -12,6 +12,10 @@ homepage="https://github.com/asciimoo/wuzz"
distfiles="${homepage}/archive/v${version}.tar.gz" distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=721ea7343698e9f3c69e09eab86b9b1fef828057655f7cebc1de728c2f75151e checksum=721ea7343698e9f3c69e09eab86b9b1fef828057655f7cebc1de728c2f75151e
post_extract() {
go mod tidy
}
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE
} }