34 lines
728 B
TOML
34 lines
728 B
TOML
name = "florist_blady"
|
|
description = "POSIX Ada Bindings"
|
|
version = "6.1.0"
|
|
provides = ["florist=22.0"]
|
|
tags = ["florist", "posix", "bindings"]
|
|
|
|
authors = ["Florida State University (FSU)", "AdaCore"]
|
|
maintainers = ["Pascal Pignard <blady.net@orange.fr>"]
|
|
maintainers-logins = ["Blady-Com"]
|
|
website = "https://github.com/Blady-Com/florist"
|
|
|
|
licenses = "GPL-3.0-only"
|
|
|
|
project-files = ["lib_florist.gpr"]
|
|
|
|
[available.'case(os)']
|
|
linux = true
|
|
macos = true
|
|
windows = false
|
|
'...' = false
|
|
|
|
[[actions]]
|
|
type = "post-fetch"
|
|
command = ["sh", "configure"]
|
|
|
|
[[actions]]
|
|
type = "post-fetch"
|
|
command = ["make", "gen"]
|
|
|
|
[origin]
|
|
commit = "05ac0091de3acdafb86681880dc1b88d478d2a1b"
|
|
url = "git+https://github.com/Blady-Com/florist.git"
|
|
|