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.
- Host: GitHub
- URL: https://github.com/kivy/templates
- Owner: kivy
- License: mit
- Created: 2023-06-06T08:05:57.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-15T19:03:04.000Z (almost 2 years ago)
- Last Synced: 2025-03-20T04:23:12.635Z (over 1 year ago)
- Topics: deployments, github-actions, packaging, template
- Language: Python
- Homepage:
- Size: 17.6 KB
- Stars: 4
- Watchers: 8
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.
...