diff --git a/go-toolset.yaml b/go-toolset.yaml new file mode 100644 index 0000000..0ff4c32 --- /dev/null +++ b/go-toolset.yaml @@ -0,0 +1,49 @@ +--- +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.6.0] + requires: + platform: [el8] + profiles: + common: + rpms: + - go-toolset + api: + rpms: + - golang + buildopts: + rpms: + whitelist: + - delve + - go-toolset + - go-toolset-1.10 + - go-toolset-1.10-golang + - go-toolset-golang + - golang + components: + rpms: + delve: + rationale: A debugger for the Go programming language + ref: ac6d4c732a56d5bf2e1401edc4495138315b5373 + buildorder: 2 + go-toolset: + rationale: Meta package for go-toolset providing scl enable scripts. + ref: 86690541f2fdd68bf2b7d2fdd31534602c26946a + golang: + rationale: Package providing the Go compiler toolchain. + ref: 3d1c6756d95959dc1a26a36613b89023a9a83c47 + buildorder: 1 +... +