update recipes

This commit is contained in:
Ribbon 2023-12-20 16:36:37 +00:00
parent d93df653fe
commit 8106efff26
3 changed files with 5 additions and 5 deletions

View File

@ -1,8 +1,5 @@
#TODO Not compiled or tested
#TODO can't find libtool
[source]
tar = "http://crosstool-ng.org/download/crosstool-ng/crosstool-ng-1.26.0.tar.xz"
[build]
template = "configure"
dependencies = [
"libtool",
]

View File

@ -1,4 +1,4 @@
#TODO Not compiled or tested
#TODO compiled but not tested (after cargo update)
[source]
git = "https://github.com/paarthmadan/cube"
[build]

View File

@ -3,3 +3,6 @@
git = "https://github.com/PThorpe92/CuTE"
[build]
template = "cargo"
dependencies = [
"openssl1",
]