pkgsrc-WIP-changes archive

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

go-junit-report: added buildlink3.mk



Module Name:	pkgsrc-wip
Committed By:	Chris Lasocki <krz.lasocki%gmail.com@localhost>
Pushed By:	klasocki
Date:		Mon Apr 1 20:37:26 2019 +0000
Changeset:	ca3f765a05a212ab3e2a5872c3f4b65fff5db359

Added Files:
	go-junit-report/buildlink3.mk

Log Message:
go-junit-report: added buildlink3.mk

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

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

diffstat:
 go-junit-report/buildlink3.mk | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diffs:
diff --git a/go-junit-report/buildlink3.mk b/go-junit-report/buildlink3.mk
new file mode 100644
index 0000000000..b099ff26c5
--- /dev/null
+++ b/go-junit-report/buildlink3.mk
@@ -0,0 +1,16 @@
+# $NetBSD: buildlink3.mk,v 1.2 2017/08/25 16:49:12 jperkin Exp $
+
+BUILDLINK_TREE+=	go-junit-report
+
+.if !defined(GO_JUNIT_REPORT_BUILDLINK3_MK)
+GO_JUNIT_REPORT_BUILDLINK3_MK:=
+
+BUILDLINK_CONTENTS_FILTER.go-junit-report=	${EGREP} gopkg/
+BUILDLINK_DEPMETHOD.go-junit-report?=	build
+
+BUILDLINK_API_DEPENDS.go-junit-report+=	go-junit-report>=1.3.0
+BUILDLINK_PKGSRCDIR.go-junit-report?=	../../wip/go-junit-report
+
+.endif  # GO_JUNIT_REPORT_BUILDLINK3_MK
+
+BUILDLINK_TREE+=	go-junit-report


Home | Main Index | Thread Index | Old Index