An open API service indexing awesome lists of open source software.

https://github.com/kivy/templates

This is a template repository, supposed to help developers with getting a quick setup of a kivy app repository that uses GitHub actions to build packages for various platforms.
https://github.com/kivy/templates

deployments github-actions packaging template

Last synced: 3 months ago
JSON representation

This is a template repository, supposed to help developers with getting a quick setup of a kivy app repository that uses GitHub actions to build packages for various platforms.

Awesome Lists containing this project

README

          

This is a template repository, supposed to Work as a wiki for developers.
Helping them get a quick setup of a kivy app repository, including various
samples of, "How to do `X` in Kivy."

This repository provides the following features.

- GitHub Actions to build packages for various platforms.
- Windows Builds(Working)
- Linux Builds(Working)
- OSX DMG Builds(Working)
- Android Bulds(Working)
- Demo of howtos for kivy supposed to work as a hands on demonstration on how to do X in kivy...
- Packaging(WIP)

TODO
=======

- iOs Builds.
- Instructions to build locally using tools/build scripts.
- Include version string.
- Include Architecture and version string in binary/package name.
- Integrate with a C Lib
- Examples of Writing recipes for this c lib
- Example of how to write a recipe for ths lib.
- Example of how to write a recipe for existing lib.

...