blob: ba931d8ef8d5bbce30a49de42189556a77bee456 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
prefix=@PREFIX@
libdir=@LIBDIR@
includedir=@INCLUDEDIR@
Name: tree-sitter-gsp
Description: Gsp grammar for tree-sitter
URL: @URL@
Version: @VERSION@
Requires: @REQUIRES@
Libs: -L${libdir} @ADDITIONAL_LIBS@ -ltree-sitter-gsp
Cflags: -I${includedir}
|