Skip to content

Commit

Permalink
sdlada 2.5.20 (via alr publish --submit)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucretia committed Jan 10, 2024
1 parent 3ae57d1 commit 33f41aa
Showing 1 changed file with 49 additions and 0 deletions.
49 changes: 49 additions & 0 deletions index/sd/sdlada/sdlada-2.5.20.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
name = "sdlada"
description = "Ada 2012 SDL 2.x bindings."
version = "2.5.20"

authors = ["Luke A. Guest"]
maintainers = ["Luke A. Guest <[email protected]>"]
maintainers-logins = ["Lucretia"]
licenses = "Zlib"
website = "https://github.com/Lucretia/sdlada"
tags = ["gamedev", "games", "portable", "cross-platform"]

# project-files = ["build/gnat/tools.gpr", "build/gnat/sdlada.gpr"] #, "build/gnat/"]
project-files = ["build/gnat/sdlada.gpr"] #, "build/gnat/"]

[gpr-externals]
SDL_PLATFORM = ["linux", "bsd", "windows", "macosx", "macos_homebrew", "macos_ports", "ios", "android"]
SDL_MODE = ["debug", "release"]

# [gpr-set-externals]
# BUILD_MODE = "release"

[gpr-set-externals.'case(os)']
linux = { SDL_PLATFORM = "linux" }
windows = { SDL_PLATFORM = "windows" }
macos = { SDL_PLATFORM = "macosx" }
# [gpr-set-externals.'case(distribution)']
# homebrew = { SDL_PLATFORM = "macos_homebrew" }
# macports = { SDL_PLATFORM = "macos_ports" }

[[actions]]
type = "pre-build"
command = ["make", "-C", "./build/gnat", "tools"]

[[depends-on]]
libsdl2 = "^2.0.0"
libsdl2_ttf = "^2.0.0"
libsdl2_image = "^2.0.0"
libsdl2_mixer = "^2.0.0"
make = "*" # Required for post-fetch actions

[environment.'case(distribution)'.msys2.C_INCLUDE_PATH]
# sdlada expects SDL2 headers to be in the C_INCLUDE_PATH but the option
# used in the project file ("-I/usr/include/SDL2") doesn't work with msys2
append = "${DISTRIB_ROOT}/mingw64/include/SDL2"

[origin]
commit = "cd53c280e95697ad7f1b2151f1bad68742a0e7b8"
url = "git+https://github.com/Lucretia/sdlada.git"

0 comments on commit 33f41aa

Please sign in to comment.