25 lines
439 B
YAML
25 lines
439 B
YAML
# vim: set filetype=yaml.ansible :
|
|
---
|
|
uwsm:
|
|
version: 0.21.1
|
|
repo: https://github.com/Vladimir-csp/uwsm.git
|
|
build_deps:
|
|
RedHat:
|
|
- meson
|
|
- python3-meson-python
|
|
- scdoc
|
|
- cmake
|
|
deps:
|
|
RedHat:
|
|
- python3-pyxdg
|
|
- python3-dbus
|
|
- util-linux
|
|
- newt
|
|
- wofi
|
|
- libnotify
|
|
build_installed_files:
|
|
- bin/uwsm
|
|
- share/uwsm
|
|
- share/doc/uwsm
|
|
- share/licenses/uwsm
|