Skip to content
Snippets Groups Projects
Commit 0e40d955 authored by Ribbon's avatar Ribbon :speech_balloon:
Browse files

Update recipes

parent 65c73dfc
No related branches found
No related tags found
No related merge requests found
#TODO Not compiled or tested
#TODO camino crate error
[source]
git = "https://github.com/trailofbits/necessist"
[build]
......
#TODO Not compiled or tested
#TODO openssl-sys crate error
[source]
git = "https://github.com/XaF/omni"
[build]
......
#TODO build instructions - https://github.com/openjdk/jdk17u/blob/master/doc/building.md
#TODO not compiled or tested
#TODO add supported autoconf options
[source]
git = "https://github.com/openjdk/jdk17u"
rev = "b78a848cc7ae5787d9ec9ea0ce843cd63b06efec"
......@@ -9,6 +9,7 @@ dependencies = [
"fontconfig",
]
script = """
chmod a+x configure
COOKBOOK_CONFIGURE_FLAGS+=(
--enable-headless-only=yes
)
......
......@@ -9,6 +9,7 @@ dependencies = [
"fontconfig",
]
script = """
chmod a+x configure
COOKBOOK_CONFIGURE_FLAGS+=(
--enable-headless-only=yes
)
......
......@@ -3,3 +3,6 @@
git = "https://github.com/panamax-rs/panamax"
[build]
template = "cargo"
dependencies = [
"openssl1",
]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment