How to make an App available on UBOS: Overview
/docs/developers/app-howto/
If you have an App that you’d like to make available to UBOS users, it is recommended you do this:
-
Say “Hi” in the forum. We don’t bite, and might even be helpful :-)
-
Set up a setting-up-development-machine.md.
-
Package your App using
makepkg
, with aPKGBUILD
file and a UBOS Manifest. You can find examples in toyapps.md, and documentation in other sections of the UBOS Documentation. -
Test that your App plays nicely on UBOS by testing it with app-test.md.
-
Augment the list of UBOS build files here and file a pull request, so your App gets built and tested by the official UBOS build.
Done!