afecc3ffb5
* Add Alire support for the tutorial PPAG with Gnoga versions 1.6 and 2.1. * Fix ppag folder oversight.
27 lines
809 B
TOML
27 lines
809 B
TOML
name = "ppag"
|
|
description = "First steps with Gnoga"
|
|
version = "2.1.1"
|
|
tags = ["gnoga", "tutorial"]
|
|
|
|
authors = ["Pascal Pignard"]
|
|
maintainers = ["Pascal Pignard <blady.net@orange.fr>"]
|
|
maintainers-logins = ["Blady-Com"]
|
|
website = "https://github.com/Blady-Com/Exemples-PPAG"
|
|
|
|
licenses = "CECILL-2.1"
|
|
|
|
executables = ["hello", "hello2", "hello3", "hello3evt", "hello3get", "hello3post", "hello3post_file",
|
|
"hello4", "hello5_av", "hello5_iframe", "hello5_list", "hello6", "hello7_local",
|
|
"hello7_session"]
|
|
|
|
[gpr-set-externals.'case(os)']
|
|
macos = { PPAG_LINKER_FLAGS = "-Wl,-no_pie" } # needed for symbolic exception traceback
|
|
|
|
[[depends-on]]
|
|
gnoga = "^2.1"
|
|
|
|
[origin]
|
|
commit = "d023331f7d4a3efe51555a4571ed2f33ea91488f"
|
|
url = "git+https://github.com/Blady-Com/Exemples-PPAG.git"
|
|
|