update recipes

This commit is contained in:
Ribbon 2023-12-21 02:26:08 +00:00
parent 0a3ce01106
commit 9280bc7c10
2 changed files with 5 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#TODO probably wrong script, see https://sourceware.org/gdb/wiki/BuildingNatively
#TODO compiled but not tested
[source]
tar = "https://ftp.gnu.org/gnu/gdb/gdb-14.1.tar.xz"
[build]

View File

@ -3,4 +3,7 @@
git = "https://github.com/spenserblack/gengo"
rev = "272e794ff895149152f942a9b71ceb39711a4fb9"
[build]
template = "cargo"
template = "custom"
script = """
cookbook_cargo_packages gengo
"""