28 lines
675 B
YAML
28 lines
675 B
YAML
# vim: set filetype=yaml.ansible :
|
|
---
|
|
hyprcursor:
|
|
version: v0.1.12
|
|
repo: "{{ hyprgitbase }}/hyprcursor"
|
|
pkg_deps:
|
|
- hyprlang
|
|
build_deps:
|
|
RedHat:
|
|
- cairo-devel
|
|
- libzip-devel
|
|
- librsvg2-devel
|
|
- tomlplusplus-devel
|
|
Alpine:
|
|
- cairo-dev
|
|
- libzip-dev
|
|
- librsvg-dev
|
|
- tomlplusplus-dev
|
|
build_installed_files:
|
|
- "{{ lib_path }}/libhyprcursor.so.0.1.12"
|
|
- "{{ lib_path }}/libhyprcursor.so.0.1.11"
|
|
- "{{ lib_path }}/libhyprcursor.so.0"
|
|
- "{{ lib_path }}/libhyprcursor.so"
|
|
- include/hyprcursor.hpp
|
|
- bin/hyprcursor-util
|
|
- include/hyprcursor
|
|
- "{{ lib_path }}/pkgconfig/hyprcursor.pc"
|