reorganizing configuration
- static package configuration in `vars/pkgs` - loaded into the variable `pkgconfig` as part of `tasks/main.yml`
This commit is contained in:
10
vars/pkgs/broot.yml
Normal file
10
vars/pkgs/broot.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
broot:
|
||||
build_deps:
|
||||
Debian:
|
||||
- build-essential
|
||||
- libxcb1-dev
|
||||
- libxcb-render0-dev
|
||||
- libxcb-shape0-dev
|
||||
- libxcb-xfixes0-dev
|
||||
RedHat:
|
||||
- libxcb
|
||||
Reference in New Issue
Block a user