d691a27028
* Add ZanyBlue framework 1.4.0. * Fix folder hierarchy. * Fix name of ZanyBlue library crate. * Sync also origin repo. * Adapt bin and obj folder location to Alire requirement. Fix typos in alire (zbinfo and zbmcompile). * Change version for Alire as 1.4.0 is already registered. * Suppress old 1.4.0 version. * restore disabled 1.4.0 releases * Restore original commit * Restore original commit --------- Co-authored-by: Alejandro R. Mosteo <amosteo@unizar.es>
24 lines
604 B
TOML
24 lines
604 B
TOML
name = "zbmcompile"
|
|
description = "Message compiler for ZanyBlue Ada Localization"
|
|
version = "1.4.1"
|
|
|
|
authors = ["Michael Rohan"]
|
|
maintainers = ["Pascal Pignard <blady.net@orange.fr>"]
|
|
maintainers-logins = ["Blady-Com"]
|
|
licenses = "custom-zanyblue"
|
|
website = "https://sourceforge.net/projects/zanyblue"
|
|
tags = ["localization", "l10n", "international", "i18n"]
|
|
|
|
project-files = ["zbmcompile.gpr"]
|
|
executables = ["zbmcompile"]
|
|
|
|
[[depends-on]]
|
|
zblib = "1.4.0"
|
|
|
|
|
|
[origin]
|
|
commit = "98d3b96ec3c64a4a0ccb5447bd20baf385a94654"
|
|
subdir = "./src/zbmcompile/"
|
|
url = "git+https://github.com/Blady-Com/zanyblue.git"
|
|
|