mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 15:34:18 +08:00
16 lines
380 B
TOML
16 lines
380 B
TOML
#TODO add script for proper packaging: https://github.com/nicolargo/glances#source
|
|
[source]
|
|
git = "https://github.com/nicolargo/glances"
|
|
rev = "v4.5.4"
|
|
shallow_clone = true
|
|
[build]
|
|
template = "custom"
|
|
script = """
|
|
mkdir -pv "${COOKBOOK_STAGE}/home/user/glances"
|
|
cp -rv "${COOKBOOK_SOURCE}"/* "${COOKBOOK_STAGE}/home/user/glances"
|
|
"""
|
|
[package]
|
|
dependencies = [
|
|
"python312",
|
|
]
|