dciabrin / ngdevkit

Open source development for Neo-Geo
GNU Lesser General Public License v3.0
273 stars 26 forks source link

Provide .deb binary packages for the toolkit #20

Closed dciabrin closed 4 years ago

dciabrin commented 5 years ago

ngdevkit currently bundles several subcomponents that together form a devkit:

Grouping these component together is not ideal because any time a new commit is merged in one in the repository, users need to recompile the entire toolkit to ensure they use it.

It would be nice to somehow automatically publish new packages when new commit occurs.

Ideally, every subcomponent should be packaged independently, so that one change in a subcomponent does not force users to download all the binaries.

This issue tracks the refactoring steps needed to provide .deb packages for each subcomponent of the toolkit.