mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 13:54:19 +08:00
update recipes
This commit is contained in:
parent
8a35113412
commit
ed4c34f6dd
@ -1,4 +1,4 @@
|
||||
#TODO camino crate error (after a patch on the ring crate)
|
||||
#TODO camino crate error
|
||||
[source]
|
||||
git = "https://github.com/axodotdev/oranda"
|
||||
[build]
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#TODO Not compiled or tested
|
||||
#TODO make dependencies work
|
||||
# data files - http://osirion.org/files/osirion-0.2.8-data.zip
|
||||
[source]
|
||||
tar = "http://osirion.org/files/osirion-0.2.8-src.tar.bz2"
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#TODO not compiled or tested
|
||||
#TODO compilation error
|
||||
[source]
|
||||
git = "https://github.com/ouch-org/ouch"
|
||||
rev = "796a03a41d1412dbd0f1cf973ca88c59a4614cc8"
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#TODO Not compiled or tested
|
||||
#TODO can't fetch the submodules because they need login
|
||||
[source]
|
||||
git = "https://github.com/oxc-project/oxc"
|
||||
[build]
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#TODO Not compiled or tested
|
||||
#TODO compiled but not tested
|
||||
[source]
|
||||
git = "https://github.com/shssoichiro/oxipng"
|
||||
rev = "e1db84fd9745f3320c08b883e4942cd5b30b98a6"
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#TODO Not compiled or tested
|
||||
#TODO compiled but not tested (after cargo update)
|
||||
[source]
|
||||
git = "https://github.com/BrookJeynes/oxycards"
|
||||
[build]
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#TODO probably wrong template
|
||||
#TODO x11rb crate error
|
||||
#TODO require WebAssembly
|
||||
[source]
|
||||
git = "https://github.com/JohnDowson/pcmg"
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#TODO Not compiled or tested
|
||||
#TODO compiled but not tested
|
||||
[source]
|
||||
git = "https://github.com/landaire/pdbview"
|
||||
[build]
|
||||
|
||||
@ -4,3 +4,6 @@
|
||||
tar = "https://www.php.net/distributions/php-8.3.0.tar.xz"
|
||||
[build]
|
||||
template = "configure"
|
||||
dependencies = [
|
||||
"libxml2",
|
||||
]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user