update recipes

This commit is contained in:
Ribbon 2023-12-22 00:20:54 +00:00
parent 3cda50a8a5
commit a0a881a542
5 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
#TODO waiting the TOML conversion of fribidi dependency
#TODO can't detect fontconfig
[source]
tar = "https://github.com/libass/libass/releases/download/0.17.1/libass-0.17.1.tar.xz"
[build]

View File

@ -1,4 +1,4 @@
#TODO not compiled or tested
#TODO compiled but not tested
[source]
tar = "https://github.com/ivmai/libatomic_ops/releases/download/v7.8.0/libatomic_ops-7.8.0.tar.gz"
[build]

View File

@ -1,5 +1,5 @@
#TODO Not compiled or tested
#TODO missing script for building
[source]
tar = "https://botan.randombit.net/releases/Botan-3.2.0.tar.xz"
[build]
template = "configure"
template = "custom"

View File

@ -1,4 +1,4 @@
#TODO Not compiled or tested
#TODO can't recognize Redox target
[source]
tar = "http://caca.zoy.org/files/libcaca/libcaca-0.99.beta19.tar.gz"
[build]

View File

@ -1,6 +1,6 @@
#TODO probably wrong script, see https://git.savannah.gnu.org/cgit/libcdio.git/tree/INSTALL
[source]
git = "https://git.savannah.gnu.org/cgit/libcdio.git"
git = "https://git.savannah.gnu.org/git/libcdio.git"
rev = "9c7a2779846da161279bc1501e83c849cf89a594"
[build]
template = "custom"