Add ZanyBlue framework 1.4.0. (#1799)
* Add ZanyBlue framework 1.4.0. * Fix folder hierarchy.
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
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"]
|
||||
|
||||
[[depends-on]]
|
||||
zanyblue = "1.4.0"
|
||||
|
||||
|
||||
[origin]
|
||||
commit = "54c3421bda53d8c60b963448622318e724c55e5b"
|
||||
subdir = "./src/zbinfo/"
|
||||
url = "git+https://github.com/Blady-Com/zanyblue.git"
|
||||
|
||||
@@ -0,0 +1,17 @@
|
||||
name = "zblib"
|
||||
description = "Library 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 = ["src/zanyblue.gpr"]
|
||||
|
||||
[origin]
|
||||
commit = "54c3421bda53d8c60b963448622318e724c55e5b"
|
||||
url = "git+https://github.com/Blady-Com/zanyblue.git"
|
||||
|
||||
@@ -0,0 +1,23 @@
|
||||
name = "zbmcompile"
|
||||
description = "Message compiler 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 = ["zbmcompile.gpr"]
|
||||
executables = ["zbmcompile"]
|
||||
|
||||
[[depends-on]]
|
||||
zanyblue = "1.4.0"
|
||||
|
||||
|
||||
[origin]
|
||||
commit = "54c3421bda53d8c60b963448622318e724c55e5b"
|
||||
subdir = "./src/zbmcompile/"
|
||||
url = "git+https://github.com/Blady-Com/zanyblue.git"
|
||||
|
||||
Reference in New Issue
Block a user