update recipes

This commit is contained in:
Ribbon 2023-12-22 19:24:37 +00:00
parent 8a35113412
commit ed4c34f6dd
9 changed files with 11 additions and 8 deletions

View File

@ -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]

View File

@ -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"

View File

@ -1,4 +1,4 @@
#TODO not compiled or tested
#TODO compilation error
[source]
git = "https://github.com/ouch-org/ouch"
rev = "796a03a41d1412dbd0f1cf973ca88c59a4614cc8"

View File

@ -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]

View File

@ -1,4 +1,4 @@
#TODO Not compiled or tested
#TODO compiled but not tested
[source]
git = "https://github.com/shssoichiro/oxipng"
rev = "e1db84fd9745f3320c08b883e4942cd5b30b98a6"

View File

@ -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]

View File

@ -1,4 +1,4 @@
#TODO probably wrong template
#TODO x11rb crate error
#TODO require WebAssembly
[source]
git = "https://github.com/JohnDowson/pcmg"

View File

@ -1,4 +1,4 @@
#TODO Not compiled or tested
#TODO compiled but not tested
[source]
git = "https://github.com/landaire/pdbview"
[build]

View File

@ -4,3 +4,6 @@
tar = "https://www.php.net/distributions/php-8.3.0.tar.xz"
[build]
template = "configure"
dependencies = [
"libxml2",
]