pkgsrc-WIP-changes archive

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

go-govaluate: add USE_TOOTLS= bash



Module Name:	pkgsrc-wip
Committed By:	K.I.A Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Mon Jan 25 22:40:08 2021 +0100
Changeset:	6c1d0237123d3786d1e55d4ed961d616bc1c9988

Modified Files:
	go-govaluate/Makefile

Log Message:
go-govaluate: add USE_TOOTLS= bash

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

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

diffstat:
 go-govaluate/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diffs:
diff --git a/go-govaluate/Makefile b/go-govaluate/Makefile
index 29232d8878..c8e12cfb39 100644
--- a/go-govaluate/Makefile
+++ b/go-govaluate/Makefile
@@ -15,6 +15,9 @@ LICENSE=	mit
 GO_DIST_BASE=	${GITHUB_PROJECT}-${PKGVERSION_NOREV}
 GO_SRCPATH=	github.com/Knetic/${GITHUB_PROJECT}
 
+USE_TOOLS+=	bash
+
+REPLACE_BASH+=	Knetic/govaluate/test.sh
 
 
 .include "../../lang/go/go-package.mk"


Home | Main Index | Thread Index | Old Index