mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-25 22:34:18 +08:00
Relocate and update file and jq recipes.
This commit is contained in:
parent
a95305c06f
commit
9b44e603c8
5
recipes/dev/jq/recipe.toml
Normal file
5
recipes/dev/jq/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO undefined reference
|
||||
[source]
|
||||
tar = "https://github.com/jqlang/jq/releases/download/jq-1.8.1/jq-1.8.1.tar.gz"
|
||||
[build]
|
||||
template = "configure"
|
||||
@ -1,5 +1,5 @@
|
||||
#TODO compilation error
|
||||
[source]
|
||||
tar = "https://astron.com/pub/file/file-5.45.tar.gz"
|
||||
tar = "https://astron.com/pub/file/file-5.46.tar.gz"
|
||||
[build]
|
||||
template = "configure"
|
||||
@ -1,5 +0,0 @@
|
||||
#TODO undefined reference
|
||||
[source]
|
||||
tar = "https://github.com/jqlang/jq/releases/download/jq-1.7.1/jq-1.7.1.tar.gz"
|
||||
[build]
|
||||
template = "configure"
|
||||
Loading…
Reference in New Issue
Block a user