mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-29 08:08:41 +08:00
10 lines
221 B
TOML
10 lines
221 B
TOML
#TODO make boost work
|
|
[source]
|
|
tar = "https://sourceforge.net/projects/libwpd/files/librevenge/librevenge-0.0.5/librevenge-0.0.5.tar.xz/download"
|
|
[build]
|
|
template = "configure"
|
|
dependencies = [
|
|
"boost",
|
|
"zlib",
|
|
]
|