Choose a Project to Package
Learn how to package your first real project with an APKBUILD.
We'll cover the following...
We'll cover the following...
Preface
For this lesson, we’ll package guesser-game, a simple game written in Python. In this game, the program will try to guess what number you picked. A simple run of the game might look like this:
In this case, we actually picked 12 as our number, so the game guessed correctly that our end result is 4!
Make sure the package doesn’t exist yet
The first step of packaging anything is to ensure that the package doesn’t exist yet. It would be unfortunate if we go through the trouble of making an APKBUILD only to notice later on that there’s ...