Files
ansible_role_package/vars/alacritty.yml
2025-02-07 10:24:41 -07:00

24 lines
455 B
YAML

---
version: 0.15.0
install_prefix: "{{ default_config.install_prefix }}"
# variables that aren't really configuration
build_deps:
RedHat:
- cmake
- freetype-devel
- fontconfig-devel
- libxcb-devel
- libxkbcommon-devel
- g++
Debian:
- cmake
- pkg-config
- libfreetype6-dev
- libfontconfig1-dev
- libxcb-xfixes0-dev
- libxkbcommon-dev
- python3
git_repo: https://github.com/alacritty/alacritty.git