mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-26 23:04:19 +08:00
Add dillo recipe
This commit is contained in:
parent
59f978d106
commit
33610038e0
15
recipes/wip/web/dillo/recipe.toml
Normal file
15
recipes/wip/web/dillo/recipe.toml
Normal file
@ -0,0 +1,15 @@
|
||||
#TODO not compiled or tested
|
||||
# build instructions: https://github.com/dillo-browser/dillo/blob/master/doc/install.md
|
||||
[source]
|
||||
tar = "https://github.com/dillo-browser/dillo/releases/download/v3.2.0/dillo-3.2.0.tar.bz2"
|
||||
[build]
|
||||
template = "configure"
|
||||
dependencies = [
|
||||
"fltk",
|
||||
"openssl3",
|
||||
"zlib",
|
||||
"libpng",
|
||||
"libjpeg",
|
||||
"libwebp",
|
||||
"libbrotli",
|
||||
]
|
||||
Loading…
Reference in New Issue
Block a user