# Description: lightweight pure C library built to use minimal CPU and memory resources, and provide fast throughput in both directions as client or server # URL: https://libwebsockets.org/ # Maintainer: #teatime (irc.kyber.io), teatime at kyber dot io name=libwebsockets version=2.2.1 release=1 source=(https://github.com/warmcat/$name/archive/v$version.tar.gz) build() { cd $name-$version mkdir build cd build cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr .. make DESTDIR=$PKG install }