mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 15:34:18 +08:00
11 lines
254 B
TOML
11 lines
254 B
TOML
[source]
|
|
git = "https://github.com/pop-os/cosmic-icons.git"
|
|
rev = "f93dcdfa1060c2cf3f8cf0b56b0338292edcafa5"
|
|
shallow_clone = true
|
|
[build]
|
|
template = "custom"
|
|
script = """
|
|
cd "${COOKBOOK_SOURCE}"
|
|
just rootdir="${COOKBOOK_STAGE}" prefix="/usr" install
|
|
"""
|