mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 15:34:18 +08:00
10 lines
222 B
TOML
10 lines
222 B
TOML
#TODO compile and test
|
|
# build instructions: https://xapian.org/docs/install.html
|
|
[source]
|
|
tar = "https://oligarchy.co.uk/xapian/2.0.0/xapian-core-2.0.0.tar.xz"
|
|
[build]
|
|
template = "configure"
|
|
dependencies = [
|
|
"zlib"
|
|
]
|