mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-23 05:14:18 +08:00
update recipes
This commit is contained in:
parent
13ad68ce5c
commit
dbb65ed51a
5
recipes/wip/codecs/wavpack/recipe.toml
Normal file
5
recipes/wip/codecs/wavpack/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
tar = "https://github.com/dbry/WavPack/releases/download/5.7.0/wavpack-5.7.0.tar.xz"
|
||||
[build]
|
||||
template = "configure"
|
||||
@ -1,5 +1,5 @@
|
||||
#TODO compiled but not tested
|
||||
[source]
|
||||
tar = "https://downloads.xiph.org/releases/opus/opus-1.4.tar.gz"
|
||||
tar = "https://downloads.xiph.org/releases/opus/opus-1.5.1.tar.gz"
|
||||
[build]
|
||||
template = "configure"
|
||||
|
||||
5
recipes/wip/tui/gitu/recipe.toml
Normal file
5
recipes/wip/tui/gitu/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/altsem/gitu"
|
||||
[build]
|
||||
template = "cargo"
|
||||
Loading…
Reference in New Issue
Block a user