ports/net/usockets/files/libusockets.pc.in

14 lines
322 B
PkgConfig
Raw Normal View History

2023-08-16 22:26:55 +00:00
prefix=@PREFIX@
libdir=${prefix}/lib
includedir=${prefix}/include
Name: uSockets
Version: @VERSION@
Description: eventing, networking and crypto for async applications.
URL: https://github.com/uNetworking/uSockets
Cflags: -I${includedir}
Libs: -L${libdir} -lusockets
Libs.private: -lcrypto -lssl
Requires.private: libuv