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

13 lines
322 B
PkgConfig

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