mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 09:21:26 +03:00
11 lines
215 B
YAML
11 lines
215 B
YAML
extraction:
|
|
cpp:
|
|
prepare:
|
|
packages:
|
|
- python3-pip
|
|
- python3-setuptools
|
|
- python3-wheel
|
|
after_prepare:
|
|
- pip3 install meson
|
|
- export PATH="$HOME/.local/bin/:$PATH"
|