mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-25 14:24:18 +08:00
update recipes
This commit is contained in:
parent
031b28f226
commit
ef367d87af
@ -1,4 +1,4 @@
|
||||
#TODO Not compiled or tested
|
||||
#TODO mio crate error
|
||||
[source]
|
||||
git = "https://github.com/nuta/nsh"
|
||||
[build]
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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]
|
||||
|
||||
@ -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
|
||||
"""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user