hyprlang/hyprlang.pc.in

11 lines
274 B
PkgConfig
Raw Normal View History

2024-01-02 22:13:20 +01:00
prefix=@PREFIX@
includedir=@INCLUDE@
libdir=${prefix}/lib
2023-12-31 14:41:22 +01:00
Name: hyprlang
URL: https://github.com/hyprwm/hyprlang
Description: The official implementation library for the hypr config language.
Version: @HYPRLANG_VERSION@
2024-01-02 22:13:20 +01:00
Cflags: -I${includedir}
Libs: -L${libdir} -lhyprlang