lbry-android-sdk/p4a/pythonforandroidold/recipes/sdl2_ttf/__init__.py
2022-12-02 15:15:34 -05:00

10 lines
254 B
Python

from pythonforandroid.recipe import BootstrapNDKRecipe
class LibSDL2TTF(BootstrapNDKRecipe):
version = '2.0.14'
url = 'https://www.libsdl.org/projects/SDL_ttf/release/SDL2_ttf-{version}.tar.gz'
dir_name = 'SDL2_ttf'
recipe = LibSDL2TTF()