mirror of
https://github.com/anomalyco/opentui.git
synced 2026-09-19 01:26:03 +08:00
52e3bc1d51
It needs proper packaging like brew and stuff, but we can at least have an install.sh script for now
9 lines
234 B
Plaintext
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} |