24 lines
428 B
YAML
24 lines
428 B
YAML
---
|
|
version: 0.15.0
|
|
install_prefix: /usr/local
|
|
|
|
# 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
|