22a13d92f3
Crates without maintainer or pending migration remain in /orphaned GitHub URLs rely on the default tarballs that at some point will have to be released with uploaded binaries (with `alr publish` support).
23 lines
590 B
TOML
23 lines
590 B
TOML
[general]
|
|
description = "GL Object Based Engine for 3D in Ada"
|
|
licenses = []
|
|
authors = ["Gautier de Montmollin"]
|
|
website = "https://globe3d.sourceforge.io/"
|
|
maintainers = ["alejandro@mosteo.com"]
|
|
|
|
[general.available.'case(os)']
|
|
linux = true
|
|
|
|
[20180111]
|
|
origin = "git+https://github.com/svn2github/GLOBE_3D.git@93f7185130e2fb0db7f1f7e67eaf1b6ca561d651"
|
|
project-files = ["globe_3d.gpr"]
|
|
|
|
[20180111.depends-on]
|
|
glut = "^2.8"
|
|
|
|
[20180111.gpr-externals]
|
|
OS_Kind = ["linux", "macosx", "win32"]
|
|
|
|
[20180111.gpr-set-externals.'case(os)']
|
|
linux = { OS_Kind = "linux" }
|