diff --git a/index/wh/whitakers_words/whitakers_words-0.20240801.0.toml b/index/wh/whitakers_words/whitakers_words-0.20240801.0.toml new file mode 100644 index 000000000..681c3efcd --- /dev/null +++ b/index/wh/whitakers_words/whitakers_words-0.20240801.0.toml @@ -0,0 +1,36 @@ +name = "whitakers_words" +version = "0.20240801.0" +description = "William Whitaker's WORDS, a Latin dictionary" +licenses = "Custom-Public-Domain" +authors = ["William A. Whitaker", "Martin Keegan"] +website = "http://mk270.github.io/whitakers-words/" +maintainers = ["alejandro@mosteo.com"] +maintainers-logins = ["mosteo"] + +project-files = ["commands.gpr"] +# The call to make does everything, this is the one that generates the +# executables. So this is causing an unneeded rebuild, but short of forking and +# adding a dummy project file, this is the best we can do, until Alire allows +# to entirely skip building a project file. + +executables = ["words"] +# There are more built, but this is the one intended for the user, so by only +# listing this one, we allow `alr run` to run as expected. + +[available.'case(os)'] +windows = false # make fails for reasons yet to be determined + +[configuration] +disabled = true + +[[depends-on]] +make = "any" +gnat = "/=7.3" # Bug with SAL library failing binding with GNAT FSF 7.3 + +[[actions]] +type = "post-fetch" +command = ["make"] + +[origin] +url = "git+https://github.com/mosteo/whitakers-words.git" +commit = "bbf5d50cf4026c17d35f07ce85771954b95c6af9" diff --git a/orphaned/wh/whitakers_words.toml b/orphaned/wh/whitakers_words.toml deleted file mode 100644 index f08c618d0..000000000 --- a/orphaned/wh/whitakers_words.toml +++ /dev/null @@ -1,24 +0,0 @@ -[general] -description = "William Whitaker's WORDS, a Latin dictionary" -licenses = ["Public Domain"] -authors = ["William A. Whitaker", "Martin Keegan"] -website = "http://mk270.github.io/whitakers-words/" -maintainers = ["alejandro@mosteo.com"] - -project-files = ["words.gpr"] -executables = ["words"] - - [general.depends-on] - make = "any" - - [[general.actions]] - type = "post-compile" - command = "make" - -['2017.09.10'] -origin = "git+https://github.com/mk270/whitakers-words.git@27be95b8a06d7b22c0600c824cf929ab43efcf25" -notes = "Bug with SAL library failing binding with GNAT FSF 7.3" - - ['2017.09.10'.available.'case(compiler)'] - 'gnat-fsf-old|gnat-fsf-7.2' = false - '...' = false