# Description: Fast C++ logging library # URL: https://github.com/gabime/spdlog # Maintainer: Tim Biermann, tbier at posteo dot de # Depends on: cmake fmt ninja name=spdlog version=1.7.0 release=1 source=(https://github.com/gabime/spdlog/archive/v$version/$name-$version.tar.gz) build() { cmake -S$name-$version -Bbuild -G Ninja \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib cmake --build build DESTDIR=$PKG cmake --install build }