pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

go-json-iterator: replace script: use bash



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Wed Jan 20 14:52:36 2021 +0100
Changeset:	94db6564d31761ff70dea4082b16beb7da950a8f

Modified Files:
	go-json-iterator/Makefile

Log Message:
go-json-iterator: replace script: use bash

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=94db6564d31761ff70dea4082b16beb7da950a8f

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 go-json-iterator/Makefile | 4 ++++
 1 file changed, 4 insertions(+)

diffs:
diff --git a/go-json-iterator/Makefile b/go-json-iterator/Makefile
index 9bf5e41619..a90334b34a 100644
--- a/go-json-iterator/Makefile
+++ b/go-json-iterator/Makefile
@@ -15,6 +15,10 @@ LICENSE=	mit
 GO_DIST_BASE=	${GITHUB_PROJECT}-${GITHUB_TAG}
 GO_SRCPATH=	github.com/json-iterator/${GITHUB_PROJECT}
 
+USE_TOOLS+=	bash:run
+
+REPLACE_BASH+=	test.sh
+
 .include "../../wip/go-concurrent/buildlink3.mk"
 .include "../../wip/go-reflect2/buildlink3.mk"
 .include "../../lang/go/go-package.mk"


Home | Main Index | Thread Index | Old Index