diff --git a/go-toolset.yaml b/go-toolset.yaml new file mode 100644 index 0000000..f622c9f --- /dev/null +++ b/go-toolset.yaml @@ -0,0 +1,44 @@ +--- +document: modulemd +version: 2 +data: + name: go-toolset + stream: rhel8 + summary: Go + description: >- + Go Tools and libraries + license: + module: + - MIT + dependencies: + - buildrequires: + go-toolset: [rhel8] + platform: [el8.1.0] + requires: + platform: [el8] + profiles: + common: + rpms: + - go-toolset + api: + rpms: + - golang + buildopts: + rpms: + whitelist: + - go-toolset + - go-toolset-1.10 + - go-toolset-1.10-golang + - go-toolset-golang + - golang + components: + rpms: + go-toolset-7: + rationale: Meta package for go-toolset providing scl enable scripts. + ref: 9668ae59e9fb1c27b52b9636aa133c890c57decb + golang: + rationale: Package providing the Go compiler toolchain. + ref: 6ea2024a06c41a22ed3467cc15d53f1e97bf0ded + buildorder: 1 +... +