Compare commits
11 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
384b17a75c |
||
|
|
4188f37999 |
||
|
|
698fdf8612 | ||
|
|
573442f4f4 |
||
|
|
1396224517 |
||
|
|
93ba1d01d8 |
||
|
|
d9ebadd24f |
||
|
|
38130153f5 |
||
|
|
afcbefc094 |
||
|
|
8e555c2bdf |
||
|
|
36cb85d0b8 |
1 changed files with 56 additions and 0 deletions
56
golang-ecosystem.yaml
Normal file
56
golang-ecosystem.yaml
Normal file
|
|
@ -0,0 +1,56 @@
|
|||
---
|
||||
document: modulemd
|
||||
version: 2
|
||||
data:
|
||||
summary: The ecosystem of packages for the Go programming language
|
||||
description: >-
|
||||
This module contains golang based tools used as dependencies for
|
||||
other packages, for instance, go-md2man, a manpage converter
|
||||
written in Go, along with rpm macros for building Go based tools.
|
||||
license:
|
||||
module:
|
||||
- MIT
|
||||
dependencies:
|
||||
- buildrequires:
|
||||
platform: []
|
||||
golang: [1.10]
|
||||
requires:
|
||||
platform: []
|
||||
references:
|
||||
community: https://github.com/golang-github-cpuguy83-go-md2man
|
||||
documentation: https://github.com/golang-github-cpuguy83-go-md2man
|
||||
tracker: https://github.com/golang-github-cpuguy83-go-md2man
|
||||
profiles:
|
||||
default:
|
||||
rpms:
|
||||
- go-compilers
|
||||
- go-srpm-macros
|
||||
- golang-github-cpuguy83-go-md2man
|
||||
- golang-github-russross-blackfriday
|
||||
api:
|
||||
rpms:
|
||||
- go-compilers-golang-compiler
|
||||
- go-srpm-macros
|
||||
- golang-github-cpuguy83-go-md2man
|
||||
buildopts:
|
||||
rpms:
|
||||
macros: |
|
||||
%_with_ignore_tests 1
|
||||
components:
|
||||
rpms:
|
||||
go-compilers:
|
||||
rationale: Build dependency for Go packages.
|
||||
ref: f28
|
||||
buildorder: 0
|
||||
go-srpm-macros:
|
||||
rationale: Build dependency for Go packages.
|
||||
ref: f28
|
||||
buildorder: 1
|
||||
golang-github-russross-blackfriday:
|
||||
rationale: Build dependency for go-md2man.
|
||||
ref: f28
|
||||
buildorder: 2
|
||||
golang-github-cpuguy83-go-md2man:
|
||||
rationale: Primary component of this module.
|
||||
ref: f28
|
||||
buildorder: 3
|
||||
Loading…
Add table
Add a link
Reference in a new issue