mirror of
https://github.com/hyprwm/hyprlang.git
synced 2024-11-16 18:25:57 +01:00
9 lines
259 B
PkgConfig
9 lines
259 B
PkgConfig
prefix="@PREFIX@"
|
|
includedir="${prefix}/include"
|
|
|
|
Name: hyprlang
|
|
URL: https://github.com/hyprwm/hyprlang
|
|
Description: The official implementation library for the hypr config language.
|
|
Version: @HYPRLANG_VERSION@
|
|
Cflags: -I"${prefix}/include"
|
|
libs: -lhyprlang
|