-
Notifications
You must be signed in to change notification settings - Fork 256
Open
Description
It would be super useful to have WrapDB support in Repology. The upstream issue is repology/repology-updater#1138.
The requirements for inclusion to Repology are listed here: https://repology.org/docs/requirements
Essentially, WrapDB is almost there, it supports:
- Name and version in a single request via https://wrapdb.mesonbuild.com/v2/releases.json
- Recipe URL via
https://github.com/mesonbuild/wrapdb/releases/tag/<wrap_name>_<wrapdb_version>
(would be nice to have a nginx redirect likehttps://wrapdb.mesonbuild.com/v2/<wrap_name>/<wrapdb_version>/release
)
What is missing is support for a homepage. This is essentially discussed in also #292.
My suggestion would be to simply introduce a homepage
field to releases.json
now to support Repology and postpone displaying this information on the WrapDB website to a different pull request.
Metadata
Metadata
Assignees
Labels
No labels