38 lines
824 B
TOML
38 lines
824 B
TOML
name = "password_gen"
|
|
description = "A password generator using Ada-GUI/Gnoga"
|
|
version = "20220720"
|
|
|
|
authors = ["Jeff Carter"]
|
|
maintainers = ["Bent Bracke <bent@bracke.dk>"]
|
|
maintainers-logins = ["bracke"]
|
|
licenses = "GPL-3.0-or-later"
|
|
website = "https://github.com/bracke/Password_Gen"
|
|
tags = ["passwordmaker"]
|
|
long-description = """
|
|
# Password_Gen
|
|
A password generator using Ada_GUI (https://github.com/jrcarter/Ada_GUI)
|
|
"""
|
|
|
|
executables = ["password_gen"]
|
|
|
|
[build-switches]
|
|
"*".style_checks = "No"
|
|
"*".ada_version = "Ada12"
|
|
|
|
[[depends-on]] # Avoid bug in GNAT 13
|
|
gnat = "<13.0 | >=13.3"
|
|
|
|
[[depends-on]]
|
|
ada_gui = "^20240224.0.0"
|
|
|
|
[[depends-on]]
|
|
pragmarc = "^20240323.0.0"
|
|
|
|
[[depends-on]]
|
|
ssl = "^3.0.2"
|
|
|
|
[origin]
|
|
commit = "57a4f01f0a9e05783ddfa4494e4191b1819d61ca"
|
|
url = "git+https://github.com/bracke/Password_Gen.git"
|
|
|