From 59499de50a431d79be0bc5d8b036cd9edac54ca8 Mon Sep 17 00:00:00 2001 From: Martin Krischik Date: Thu, 13 Apr 2023 12:54:31 +0200 Subject: [PATCH] mos6502_create_reset 1.1.2 (#793) --- .../mos6502_create_reset-1.1.2.toml | 42 +++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 index/mo/mos6502_create_reset/mos6502_create_reset-1.1.2.toml diff --git a/index/mo/mos6502_create_reset/mos6502_create_reset-1.1.2.toml b/index/mo/mos6502_create_reset/mos6502_create_reset-1.1.2.toml new file mode 100644 index 00000000..4e267c41 --- /dev/null +++ b/index/mo/mos6502_create_reset/mos6502_create_reset-1.1.2.toml @@ -0,0 +1,42 @@ +name = "mos6502_create_reset" +description = "Create ROM with reset vector" +long-description = """This is a tool to create a rom image with reset vector. + +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.1.2" +licenses = "GPL-3.0-or-later" +authors = ["Martin Krischik "] +maintainers = ["Martin Krischik "] +maintainers-logins = ["krischik"] +executables = ["create_reset"] +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:5afaf61a284c189f3728cdebdaf56d32c43b2baf9bc35710a58c6460c1ee4317", +"sha512:d713d35645b16b748106d101c46ccf4ef58fe9fec429256859ccafa9d8b9c4c5b2cb99183d03f8c2e38c1781b3dba43fe0e0336f45f1cdb31dcbdd3ae61b968b", +] +url = "https://sourceforge.net/projects/tutorial-6502/files/Alire/mos6502_create_reset-1.1.2.tgz" +