From 2396fe3abfe1d4001f6782d94f70439bd66e754d Mon Sep 17 00:00:00 2001 From: Martin Krischik Date: Wed, 12 Apr 2023 11:28:35 +0200 Subject: [PATCH] mos6502_create_nop 1.1.1 (#790) --- .../mos6502_create_nop-1.1.1.toml | 42 +++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 index/mo/mos6502_create_nop/mos6502_create_nop-1.1.1.toml diff --git a/index/mo/mos6502_create_nop/mos6502_create_nop-1.1.1.toml b/index/mo/mos6502_create_nop/mos6502_create_nop-1.1.1.toml new file mode 100644 index 00000000..2b8015ae --- /dev/null +++ b/index/mo/mos6502_create_nop/mos6502_create_nop-1.1.1.toml @@ -0,0 +1,42 @@ +name = "mos6502_create_nop" +description = "Create NOP ROM" +long-description = """This is a tool to create a rom image with NOP commands. + +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.1" +licenses = "GPL-3.0-or-later" +authors = ["Martin Krischik "] +maintainers = ["Martin Krischik "] +maintainers-logins = ["krischik"] +executables = ["create_nop"] +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:d471fa062b0bc0cf87ccb2a5fae2fd1a128d4715fcb2c255361f5669000004b0", +"sha512:73bbfb23f491359e8fc72f1e26e61c5d6fac85b687d4758acf07e78c0f7179e64659d82bdb11c58b1dc40c16f902b5b5953450fedc7c73d78ab8686db10e622c", +] +url = "https://sourceforge.net/projects/tutorial-6502/files/Alire/mos6502_create_nop-1.1.1.tgz" +