update recipes

This commit is contained in:
Ribbon 2024-03-19 18:40:45 +00:00
parent a0a0ad407c
commit 3ffeb0d350
2 changed files with 3 additions and 8 deletions

View File

@ -1,8 +0,0 @@
#TODO Not compiled or tested
[source]
git = "https://github.com/nvzqz/divan"
[build]
template = "custom"
script = """
cookbook_cargo_examples examples
"""

View File

@ -3,3 +3,6 @@
tar = "https://github.com/dbry/WavPack/releases/download/5.7.0/wavpack-5.7.0.tar.xz"
[build]
template = "configure"
dependencies = [
"libiconv",
]