pkgsrc-WIP-changes archive

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

go-context: add buildlink3.mk



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Mon Jan 18 14:49:17 2021 +0100
Changeset:	abef00d26ae7fb47fa287e589b911f2a1e739de1

Added Files:
	go-context/buildlink3.mk

Log Message:
go-context: add buildlink3.mk

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

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

diffstat:
 go-context/buildlink3.mk | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diffs:
diff --git a/go-context/buildlink3.mk b/go-context/buildlink3.mk
new file mode 100644
index 0000000000..d080a96948
--- /dev/null
+++ b/go-context/buildlink3.mk
@@ -0,0 +1,15 @@
+# $NetBSD$
+
+BUILDLINK_TREE+=	go-context
+
+.if !defined(GO_CONTEXT_BUILDLINK3_MK)
+GO_CONTEXT_BUILDLINK3_MK:=
+
+BUILDLINK_CONTENTS_FILTER.go-context=	${EGREP} gopkg/
+BUILDLINK_DEPMETHOD.go-context?=		build
+
+BUILDLINK_API_DEPENDS.go-context+=	go-context>=20190109
+BUILDLINK_PKGSRCDIR.go-context?=	../../wip/go-context
+.endif	# GO_CONTEXT_BUILDLINK3_MK
+
+BUILDLINK_TREE+=	-go-context


Home | Main Index | Thread Index | Old Index