Files
alire-index-community/index/li/libsdl2_ttf/libsdl2_ttf-external.toml
T
Simon Wright ab77175b25 macports externals (#849)
These externals are those that already had homebrew settings.

  * index/li/libftdi1/libftdi1-external.toml
  * index/li/libgmp/libgmp-external.toml
  * index/li/libhidapi/libhidapi-external.toml
  * index/li/libsdl2/libsdl2-external.toml
  * index/li/libsdl2_image/libsdl2_image-external.toml
  * index/li/libsdl2_ttf/libsdl2_ttf-external.toml
  * index/li/libtcl/libtcl-external.toml
  * index/li/libtk/libtk-external.toml
  * index/li/libusb/libusb-external.toml
2023-07-19 13:33:51 +02:00

15 lines
406 B
TOML

description = "Simple DirectMedia Layer development files - TTF"
name = "libsdl2_ttf"
maintainers = ["alejandro@mosteo.com"]
maintainers-logins = ["mosteo"]
[[external]]
kind = "system"
[external.origin.'case(distribution)']
'debian|ubuntu' = ["libsdl2-ttf-dev"]
'arch' = ["sdl2_ttf"]
'homebrew' = ["sdl2_ttf"]
'macports' = ["libsdl2_ttf"]
'msys2' = ["mingw-w64-x86_64-SDL2_ttf"]