diff --git a/programming/misc/plog/actions.py b/programming/misc/plog/actions.py new file mode 100644 index 0000000000..a0632fe482 --- /dev/null +++ b/programming/misc/plog/actions.py @@ -0,0 +1,22 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file https://www.gnu.org/licenses/gpl-3.0.txt + +from pisi.actionsapi import cmaketools, mesontools + +i = ''.join([ + ' -DCMAKE_BUILD_TYPE=Release', + ' -DPLOG_BUILD_SAMPLES=OFF', + ' -Bbuild -G Ninja -L ' + ]) + +def setup(): + cmaketools.configure(i) + +def build(): + mesontools.build() + +def install(): + mesontools.install() diff --git a/programming/misc/plog/pspec.xml b/programming/misc/plog/pspec.xml new file mode 100644 index 0000000000..a54905fd05 --- /dev/null +++ b/programming/misc/plog/pspec.xml @@ -0,0 +1,43 @@ + + + + + plog + https://github.com/SergiusTheBest/plog + + Mustafa Cinasal + muscnsl@gmail.com + + MIT + programming.misc + Portable, simple and extensible C++ logging library. + pass + https://github.com/SergiusTheBest/plog/archive/1.1.10/plog-1.1.10.tar.gz + + cmake + ninja + + + + + + + + plog + + /usr/include + /usr/lib + /usr/share + + + + + + 2025-02-06 + 1.1.10 + First release. + Mustafa Cinasal + muscnsl@gmail.com + + +