diff --git a/index/mo/mos6502_create_led/mos6502_create_led-1.5.0.toml b/index/mo/mos6502_create_led/mos6502_create_led-1.5.0.toml new file mode 100644 index 00000000..e83feba1 --- /dev/null +++ b/index/mo/mos6502_create_led/mos6502_create_led-1.5.0.toml @@ -0,0 +1,42 @@ +name = "mos6502_create_led" +description = "Create ROM with little program" +long-description = """This is a tool to create a rom image with little program. + +This program can be used to create a ROM immage for the MOS 6502 tutorial from Ben Eater. + +Development versions available with: + +```sh +alr index --add "git+https://github.com/krischik/alire-index.git#develop" --name krischik +``` + +Source code and testsuite available on [SourceForge](https://git.code.sf.net/p/tutorial-6502/git) +""" +version = "1.5.0" +licenses = "GPL-3.0-or-later" +authors = ["Martin Krischik "] +maintainers = ["Martin Krischik "] +maintainers-logins = ["krischik"] +executables = ["create_led"] +website = "https://sourceforge.net/projects/tutorial-6502" +tags = ["mos-6502", "tools", "retrocomputing", "ada2022"] + +[[depends-on]] +gnat = ">=12 & <2000" + +[[actions]] +type = "test" +command = ["alr", "run"] +directory = "test" + +# vim: set textwidth=0 nowrap tabstop=8 shiftwidth=4 softtabstop=4 expandtab : +# vim: set filetype=toml fileencoding=utf-8 fileformat=unix foldmethod=diff : +# vim: set spell spelllang=en_gb : + +[origin] +hashes = [ +"sha256:3f6a03516e568aa65451944eaebef13e7987b321868bd6e98fcaf66db4b8da55", +"sha512:62a510bb2f547f92ae0780c62d6643cf1cdf127c6439dc40b5e67957b7a57055e8594ccac9530d63e170d56876d8a6b65aa25848fa1565af7134009345fd8c47", +] +url = "https://sourceforge.net/projects/tutorial-6502/files/Alire/mos6502_create_led-1.5.0.tgz" +