update recipes

This commit is contained in:
Ribbon 2023-12-22 15:18:29 +00:00
parent 031b28f226
commit ef367d87af
5 changed files with 10 additions and 7 deletions

View File

@ -1,4 +1,4 @@
#TODO Not compiled or tested
#TODO mio crate error
[source]
git = "https://github.com/nuta/nsh"
[build]

View File

@ -1,5 +1,5 @@
#TODO Not compiled or tested yet
#TODO missing script for building
[source]
tar = "https://ftp.mozilla.org/pub/nspr/releases/v4.9.6/src/nspr-4.9.6.tar.gz"
[build]
template = "configure"
template = "custom"

View File

@ -1,5 +1,5 @@
#TODO Not compiled or tested
#TODO missing script for building
[source]
tar = "https://ftp.mozilla.org/pub/security/nss/releases/NSS_3_9_2_RTM/src/nss-3.9.2.tar.gz"
[build]
template = "configure"
template = "custom"

View File

@ -1,4 +1,4 @@
#TODO mayne needs to patch the bundled libfuse or force the libfuse3 recipe
#TODO port to redox
[source]
tar = "https://tuxera.com/opensource/ntfs-3g_ntfsprogs-2022.10.3.tgz"
[build]

View File

@ -3,4 +3,7 @@
git = "https://github.com/pendulum-project/ntpd-rs"
rev = "913700dc79420f6db5fe1f2110d3146d7f9addfe"
[build]
template = "cargo"
template = "custom"
script = """
cookbook_cargo_packages ntpd-rs
"""