mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-07 03:58:41 +08:00
16 lines
419 B
TOML
16 lines
419 B
TOML
#TODO determine minimum dependencies
|
|
# dependencies reference: https://wiki.documentfoundation.org/Development/BuildingOnLinux#Build_dependencies
|
|
[source]
|
|
tar = "https://download.documentfoundation.org/libreoffice/src/25.8.2/libreoffice-25.8.2.2.tar.xz"
|
|
[build]
|
|
template = "configure"
|
|
#dependencies = [
|
|
# "kerberos5",
|
|
# "qt5-base",
|
|
# "gtk3",
|
|
# "nss",
|
|
# "fontconfig",
|
|
# "gstreamer",
|
|
# "libcups",
|
|
#]
|