35 lines
781 B
YAML
35 lines
781 B
YAML
# vim: set filetype=yaml.ansible :
|
|
---
|
|
hyprgraphics:
|
|
version: v0.1.2
|
|
repo: "{{ hyprgitbase }}/hyprgraphics"
|
|
pkg_deps:
|
|
- hyprutils
|
|
build_deps:
|
|
RedHat:
|
|
- pixman-devel
|
|
- cairo-devel
|
|
- libjpeg-turbo-devel
|
|
- libwebp-devel
|
|
- libjxl-devel
|
|
- libjxl-devtools
|
|
- libjxl-utils
|
|
- file-devel
|
|
- file-libs
|
|
- libspng-devel
|
|
Alpine:
|
|
- pixman-dev
|
|
- cairo-dev
|
|
- libjpeg-turbo-dev
|
|
- libwebp-dev
|
|
- libjxl-dev
|
|
- file-dev
|
|
- file
|
|
- libspng-dev
|
|
build_installed_files:
|
|
- "{{ lib_path }}/libhyprgraphics.so.0.1.2"
|
|
- "{{ lib_path }}/libhyprgraphics.so.0"
|
|
- "{{ lib_path }}/libhyprgraphics.so"
|
|
- include/hyprgraphics
|
|
- "{{ lib_path }}/pkgconfig/hyprgraphics.pc"
|