mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 15:34:18 +08:00
16 lines
402 B
TOML
16 lines
402 B
TOML
#TODO determine minimum dependencies from configure log
|
|
# build instructions: https://docs.rsyslog.com/doc/installation/install_from_source.html
|
|
[source]
|
|
tar = "https://www.rsyslog.com/files/download/rsyslog/rsyslog-8.2604.0.tar.gz"
|
|
[build]
|
|
template = "configure"
|
|
#dependencies = [
|
|
#"zlib",
|
|
#"json-c",
|
|
#"libgcrypt",
|
|
#"libuuid",
|
|
#"libestr",
|
|
#"liblognorm",
|
|
#"libfastjson",
|
|
#]
|