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

10 lines
280 B
Python

from pythonforandroid.recipe import BootstrapNDKRecipe
class LibSDL2TTF(BootstrapNDKRecipe):
version = '2.20.1'
url = 'https://github.com/libsdl-org/SDL_ttf/releases/download/release-{version}/SDL2_ttf-{version}.tar.gz'
dir_name = 'SDL2_ttf'
recipe = LibSDL2TTF()