Migration to separate [origin] table

This commit is contained in:
Alejandro R. Mosteo
2020-07-24 11:51:40 +01:00
parent d4e3b9403c
commit 873aeb6196
110 changed files with 497 additions and 278 deletions
+4 -2
View File
@@ -1,13 +1,11 @@
description = "Ada 2012 bindings to SDL 2"
name = "sdlada"
version = "2.3.1"
origin = "https://github.com/Lucretia/sdlada/archive/v2.3.1.tar.gz"
authors = ["Luke A. Guest"]
licenses = ["zlib"]
maintainers = ["alejandro@mosteo.com"]
maintainers-logins = ["mosteo"]
project-files = ["build/gnat/sdlada.gpr"]
origin-hashes = ["sha512:786a047fd74f5105eef9d8b3f1ad082b915339cf9da4a2c32f7789dc12005acb2999301e616a67ec0b2a4c084586e812f8d6343dbd33d8bd165ba58a94db16e3"]
[[depends-on]]
libsdl2 = "^2.0"
@@ -38,3 +36,7 @@ SDL_PLATFORM = ["linux", "bsd", "windows", "macosx", "ios", "android"]
SDL_MODE = "release"
[gpr-set-externals."case(os)".linux]
SDL_PLATFORM = "linux"
[origin]
url = "https://github.com/Lucretia/sdlada/archive/v2.3.1.tar.gz"
hashes = ["sha512:786a047fd74f5105eef9d8b3f1ad082b915339cf9da4a2c32f7789dc12005acb2999301e616a67ec0b2a4c084586e812f8d6343dbd33d8bd165ba58a94db16e3"]