|
| 1 | +--- |
| 2 | +name: New repository request |
| 3 | +about: Request Request to add a new repository to Repology |
| 4 | +labels: new source |
| 5 | +--- |
| 6 | + |
| 7 | +<!-- |
| 8 | +Before submitting the request, please check: |
| 9 | +
|
| 10 | +- Requirements for new repositories |
| 11 | +
|
| 12 | + https://repology.org/docs/requirements |
| 13 | +
|
| 14 | +- List of already submitted, but rejected repositories |
| 15 | +
|
| 16 | + https://repology.org/docs/not_supported |
| 17 | +
|
| 18 | +You may also check existing repository configs to get an idea of |
| 19 | +what data is used (or decide submit a pull request instead): |
| 20 | +
|
| 21 | + https://github.com/repology/repology-updater/tree/master/repos.d |
| 22 | +
|
| 23 | +For each repository, please fill in the following form: |
| 24 | +--> |
| 25 | + |
| 26 | +**Title** |
| 27 | +<!-- |
| 28 | +Desired human readable title to be shown on the website. Shorter forms preferred. |
| 29 | +--> |
| 30 | + |
| 31 | +MyMegaRepo 22.04 |
| 32 | + |
| 33 | +**Repository data location(s)** |
| 34 | +<!-- |
| 35 | +Link(s) to machine readable package data (may express multiple links in free form). |
| 36 | +--> |
| 37 | + |
| 38 | +- https://mymegarepo.org/22.04/{main,contrib,non-free}/packages.json |
| 39 | + |
| 40 | +**Package links** |
| 41 | +<!-- |
| 42 | +Examples or free form templates of links for individual packages. Link to package recipe is mandatory. |
| 43 | +Other useful link types include package page, package related issues, build status or logs. |
| 44 | +--> |
| 45 | + |
| 46 | +- **Recipe**: https://github.com/mymygarepo/packages/blob/master/{pkgname}/recipe.json |
| 47 | +- Package page: https://mymegarepo.org/packages/{pkgname}/ |
| 48 | +- Package sources: https://github.com/mymygarepo/packages/tree/master/{pkgname}/ |
| 49 | +- Issues: https://bugzilla.mymegarepo.org/buglist.cgi?quicksearch={pkgname} |
| 50 | +- Build status: https://builder.mymegarepo.org/{pkgname}/status |
| 51 | +- Build log: https://builder.mymegarepo.org/{pkgname}/buildlogs/latest |
| 52 | + |
| 53 | +**Additional details** |
| 54 | +<!-- |
| 55 | +- More links, such as distibution/repository homepage or GitHub organization |
| 56 | +- Brand color, if any |
| 57 | +- EoL date, if applicable |
| 58 | +- Contact in case of fetch failures or data problems |
| 59 | +- Details on custom data format, if it makes sense |
| 60 | +- Any other details |
| 61 | +--> |
| 62 | + |
| 63 | +<!-- |
| 64 | +Template for more entries: |
| 65 | +
|
| 66 | +**Title** |
| 67 | +
|
| 68 | +**Repository data location(s)** |
| 69 | +--> |
0 commit comments