mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-30 16:48:45 +08:00
15 lines
334 B
TOML
15 lines
334 B
TOML
#TODO missing script for gnu make
|
|
# build instructions - https://github.com/enzo1982/smooth/#installation
|
|
[source]
|
|
tar = "https://github.com/enzo1982/smooth/releases/download/v0.9.10/smooth-0.9.10.tar.gz"
|
|
[build]
|
|
template = "custom"
|
|
dependencies = [
|
|
"bzip2",
|
|
"curl",
|
|
"fribidi",
|
|
"gtk3",
|
|
"libjpeg",
|
|
"libxml2",
|
|
]
|