diff --git a/recipes/wip/emulators/8086-emulator/recipe.toml b/recipes/wip/emulators/8086-emulator/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..09d02c03ffef05a9b5b05d47ce5de77f50433f07 --- /dev/null +++ b/recipes/wip/emulators/8086-emulator/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/YJDoc2/8086-Emulator" +[build] +template = "cargo" diff --git a/recipes/wip/emulators/clementine/recipe.toml b/recipes/wip/emulators/clementine/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..acc805bd9d9e731e8965b7b686ec4cc539c17ee0 --- /dev/null +++ b/recipes/wip/emulators/clementine/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/RIP-Comm/clementine" +[build] +template = "cargo" diff --git a/recipes/wip/emulators/martypc/recipe.toml b/recipes/wip/emulators/martypc/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..50afde34e720565b71ee8b4b752d3919bf415567 --- /dev/null +++ b/recipes/wip/emulators/martypc/recipe.toml @@ -0,0 +1,9 @@ +#TODO maybe wrong script, see https://github.com/dbalsom/martypc/blob/version_0_2_0/BUILDING.md#building-for-linux +[source] +git = "https://github.com/dbalsom/martypc" +[build] +template = "custom" +script = """ +cd install +cookbook_cargo +""" diff --git a/recipes/wip/emulators/rboy/recipe.toml b/recipes/wip/emulators/rboy/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..bbff10c79c57dd77911dd7f7183091965f486649 --- /dev/null +++ b/recipes/wip/emulators/rboy/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/mvdnes/rboy" +[build] +template = "cargo" diff --git a/recipes/wip/emulators/rust-u2f/recipe.toml b/recipes/wip/emulators/rust-u2f/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..547b23ff7226a7f1b0fcdd9bcd6b980077667ff0 --- /dev/null +++ b/recipes/wip/emulators/rust-u2f/recipe.toml @@ -0,0 +1,6 @@ +#TODO missing script for GNU Make, see https://github.com/danstiner/rust-u2f#building +#TODO missing service for Redox +[source] +git = "https://github.com/danstiner/rust-u2f" +[build] +template = "custom" diff --git a/recipes/wip/emulators/rustzx/recipe.toml b/recipes/wip/emulators/rustzx/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..a2986190621549d6eeb2a17d6f41c9894f73593f --- /dev/null +++ b/recipes/wip/emulators/rustzx/recipe.toml @@ -0,0 +1,11 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/rustzx/rustzx" +[build] +template = "custom" +dependencies = [ + "sdl2", +] +script = """ +cookbook_cargo_packages rustzx +""" diff --git a/recipes/wip/emulators/rvemu/recipe.toml b/recipes/wip/emulators/rvemu/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..d616ce457a4645f790e7b1de721553af6697bec4 --- /dev/null +++ b/recipes/wip/emulators/rvemu/recipe.toml @@ -0,0 +1,8 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/d0iasm/rvemu" +[build] +template = "custom" +script = """ +cookbook_cargo_packages rvemu-cli +""" diff --git a/recipes/wip/emulators/scemu/recipe.toml b/recipes/wip/emulators/scemu/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..5c35869989aba061e5c0b8dd8f56f0f8b8f5485a --- /dev/null +++ b/recipes/wip/emulators/scemu/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/sha0coder/scemu" +[build] +template = "cargo"