ports/net/usockets/files/libusockets.pc.in
Baptiste Daroussin 305f1da494 net/usockets: add forgotten pc file
Reported by: 	yuri
2024-12-17 09:06:53 +01:00

12 lines
274 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