lbry-android-sdk/p4a/pythonforandroidold/recipes/sdl2_ttf/__init__.py

11 lines
254 B
Python
Raw Normal View History

2022-12-02 21:15:34 +01:00
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()