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>
27 lines
666 B
TOML
27 lines
666 B
TOML
name = "zbinfo"
|
|
description = "Display localization information for ZanyBlue Ada Localization"
|
|
version = "1.4.0"
|
|
|
|
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 = ["zbinfo.gpr"]
|
|
executables = ["zbinfo"]
|
|
|
|
# Release is broken but kept for reference
|
|
available = false
|
|
|
|
[[depends-on]]
|
|
zblib = "1.4.0"
|
|
|
|
|
|
[origin]
|
|
commit = "54c3421bda53d8c60b963448622318e724c55e5b"
|
|
subdir = "./src/zbinfo/"
|
|
url = "git+https://github.com/Blady-Com/zanyblue.git"
|
|
|