mirror of
https://github.com/hyprwm/hyprlang.git
synced 2024-11-17 02:25:59 +01:00
10 lines
259 B
PkgConfig
10 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
|