database icon indicating copy to clipboard operation
database copied to clipboard

RFC: "Announce" entry from GitHub repository

Open avivace opened this issue 2 years ago • 5 comments

So here's a simply workflow to allow a developer to submit an entry to Homebrew Hub simply "announcing" the git repository:

  • The developer creates a github repository hosting all the game files / sources etc AND a game.json manifest
  • Developer opens an issue in the database repository mentioning he wants to add a game and links the repository
  • An automated action picks up the issue and imports the folder in the database, in the current status. If the validation fails, it reports in the issue what went wrong. Validation steps:
    • game.json schema validation
    • file validation

Open questions:

  • How can the developer refer to the ROM if it's not in the git repo but e.g. in the releases?

avivace avatar Feb 16 '24 19:02 avivace

I would add as open question: in case the author moves or in case of whatever takedown reason, we still would not be able to preserve that piece of software. Then?

dag7dev avatar Mar 19 '24 13:03 dag7dev

I would add as open question: in case the author moves or in case of whatever takedown reason, we still would not be able to preserve that piece of software. Then?

This would be just a "trigger", so once a repository is submitted, it's data is pulled and copied into our database. I see this as a simpler way to submit (and keep metadata updated) to Homebrew Hub.

avivace avatar Apr 17 '24 19:04 avivace