From 04fd34ceade38dd28216a838652e310fb96c11ef Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Tue, 28 Nov 2017 23:11:22 -0500 Subject: [PATCH] Resolves: #1500502 - initial upload Signed-off-by: Lokesh Mandvekar --- golang.yaml | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 golang.yaml diff --git a/golang.yaml b/golang.yaml new file mode 100644 index 0000000..961b073 --- /dev/null +++ b/golang.yaml @@ -0,0 +1,44 @@ +--- +document: modulemd +version: 1 +data: + summary: The Go Programming Language + description: >- + This module provides the Go compiler and associated + tools and documentation. + license: + module: + - MIT + dependencies: + buildrequires: + platform: f27 + perl: 5.26 + requires: + platform: f27 + references: + community: https://groups.google.com/forum/#!forum/golang-nuts + documentation: https://golang.org/doc + tracker: https://github.com/golang/go/issues + profiles: + default: + rpms: + - golang + api: + rpms: + - golang + - golang-bin + - golang-docs + - golang-misc + - golang-race + - golang-shared + - golang-src + buildopts: + rpms: + macros: | + %_with_bootstrap 0 + %_with_ignore_tests 1 + components: + rpms: + golang: + rationale: Primary component of this module + ref: f27