mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-26 23:04:19 +08:00
Merge branch 'recipe-updates' into 'master'
Relocate and update file and jq recipes. See merge request redox-os/redox!1808
This commit is contained in:
commit
e878a68055
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