asfml 2.4.1 (#635)
* Version of ASFML aimed to be compatible with CSFML v2.4 * Fix package name casing for Fedora 36
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
name = "asfml"
|
||||
description = "Ada binding to SFML, the Simple and Fast Multimedia Library"
|
||||
version = "2.4.1"
|
||||
|
||||
authors = ["Manuel Gomez", "Dan Lee Vazquez Garcia"]
|
||||
maintainers = ["Manuel Gomez <mgrojo@gmail.com>"]
|
||||
maintainers-logins = ["mgrojo"]
|
||||
|
||||
licenses = "custom-zlib-acknowledgement"
|
||||
website = "https://mgrojo.github.io/ASFML/"
|
||||
tags = ["audio", "games", "opengl", "cross-platform", "multimedia", "binding", "graphics", "sfml"]
|
||||
|
||||
[[depends-on]]
|
||||
libcsfml = "^2.4"
|
||||
|
||||
[origin]
|
||||
commit = "a9027205ab1f11054f647767404a67bb95fe4169"
|
||||
url = "git+https://github.com/mgrojo/ASFML.git"
|
||||
|
||||
@@ -9,4 +9,5 @@ kind = "system"
|
||||
[external.origin."case(distribution)"]
|
||||
"debian|ubuntu" = ["libcsfml-dev"]
|
||||
"msys2" = ["mingw-w64-x86_64-csfml"]
|
||||
"arch|fedora" = ["csfml"]
|
||||
"arch" = ["csfml"]
|
||||
"fedora" = ["CSFML"]
|
||||
|
||||
Reference in New Issue
Block a user