mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-21 12:24:17 +08:00
Update recipes
This commit is contained in:
parent
e9a9a7f510
commit
88bf0d3ac0
@ -1,4 +1,4 @@
|
||||
#TODO the tarball contents aren't copied to the "build" folder
|
||||
#TODO mm-common-prepare: not found
|
||||
[source]
|
||||
tar = "https://www.cairographics.org/releases/cairomm-1.18.0.tar.xz"
|
||||
[build]
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#TODO the git repository contents aren't copied to the "build" folder
|
||||
#TODO compiled but not tested
|
||||
[source]
|
||||
git = "https://github.com/wolfSSL/wolfssl"
|
||||
rev = "37884f864d6fd9b04f44677cb04da15d0c9d6526"
|
||||
|
||||
@ -7,6 +7,7 @@ dependencies = [
|
||||
"sqlite3",
|
||||
]
|
||||
script = """
|
||||
rsync -av --delete "${COOKBOOK_SOURCE}/" ./
|
||||
cd "${COOKBOOK_SOURCE}/server"
|
||||
cookbook_cargo
|
||||
"""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user