mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-28 07:44:18 +08:00
11 lines
253 B
TOML
11 lines
253 B
TOML
#TODO customization - https://librdf.org/raptor/INSTALL.html
|
|
#TODO pending dependency configuration
|
|
[source]
|
|
tar = "http://download.librdf.org/source/raptor2-2.0.16.tar.gz"
|
|
[build]
|
|
template = "configure"
|
|
dependencies = [
|
|
"libxml2",
|
|
"libxslt",
|
|
]
|