Files
Daniel Nakov 52e3bc1d51 add a release workflow for the dylib; create install.sh; move the C header to go/ for now, cgo doesnt support looking in parent dirs (#105)
It needs proper packaging like brew and stuff, but we can at least have
an install.sh script for now
2025-08-30 20:56:39 +02:00

9 lines
234 B
Plaintext

prefix=@PREFIX@
libdir=${prefix}/lib
includedir=${prefix}/include
Name: OpenTUI
Description: High-performance terminal user interface library
Version: @VERSION@
Libs: -L${libdir} -lopentui -Wl,-rpath,${libdir}
Cflags: -I${includedir}