From c2c608f823a7098818334323e3aabfca039fc59e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Tue, 9 Jan 2024 18:12:03 +0700 Subject: [PATCH] knit: build knit binary Fix: #48136 --- srcpkgs/knit/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/knit/template b/srcpkgs/knit/template index 58b07498514..7c5be0aa0a3 100644 --- a/srcpkgs/knit/template +++ b/srcpkgs/knit/template @@ -1,8 +1,9 @@ # Template file for 'knit' pkgname=knit version=1.1.1 -revision=2 +revision=3 build_style=go +go_package="github.com/zyedidia/knit/cmd/knit" go_import_path="github.com/zyedidia/knit" go_ldflags="-X github.com/zyedidia/knit/info.Version=$version" hostmakedepends="pandoc"