29 lines
588 B
YAML
29 lines
588 B
YAML
neovide:
|
|
version: 0.14.1
|
|
git_repo: https://github.com/neovide/neovide.git
|
|
build_deps:
|
|
RedHat:
|
|
- fontconfig-devel
|
|
- freetype-devel
|
|
- libX11-xcb
|
|
- libX11-devel
|
|
- libstdc++-static
|
|
- libstdc++-devel
|
|
- "@Development Tools"
|
|
- "@Development Libraries"
|
|
Debian:
|
|
- fontconfig-dev
|
|
- freetype-dev
|
|
- libX11-xcb
|
|
- libX11-dev
|
|
- libstdc++-static
|
|
- libstdc++-dev
|
|
Alpine:
|
|
- fontconfig-dev
|
|
- freetype-dev
|
|
- xcb-dev
|
|
- libx11-dev
|
|
- gcompat
|
|
- libstdc++-dev
|
|
Darwin: []
|