diff --git a/programming/library/fmt/actions.py b/programming/library/fmt/actions.py new file mode 100644 index 0000000000..7fa4d3b6a1 --- /dev/null +++ b/programming/library/fmt/actions.py @@ -0,0 +1,20 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/licenses/gpl.txt + +from pisi.actionsapi import get +from pisi.actionsapi import pisitools +from pisi.actionsapi import cmaketools + +def setup(): + cmaketools.configure("-DCMAKE_INSTALL_LIBDIR=lib") + +def build(): + cmaketools.make() + +def install(): + cmaketools.rawInstall("DESTDIR=%s" % get.installDIR()) + + pisitools.dodoc("README*", "LICENSE*") \ No newline at end of file diff --git a/programming/library/fmt/pspec.xml b/programming/library/fmt/pspec.xml new file mode 100644 index 0000000000..6f35c16167 --- /dev/null +++ b/programming/library/fmt/pspec.xml @@ -0,0 +1,44 @@ + + + + + fmt + https://fmt.dev/latest/index.html + + Blue Devil + bluedevil@sctzine.com + + programming.library + BSD + library + Open-source formatting library for C++ + {fmt} is an open-source formatting library for C++. It can be used as a safe and fast alternative to (s)printf and iostreams. + https://github.com/fmtlib/fmt/archive/6.2.1.tar.gz + + cmake + + + + + fmt + Open-source formatting library for C++ + + libgcc + + + /usr/lib + /usr/include + /usr/share/doc/fmt + + + + + + 2020-05-18 + 6.2.1 + First Pisi Release + Blue Devil + bluedevil@sctzine.com + + + \ No newline at end of file diff --git a/programming/library/fmt/translations.xml b/programming/library/fmt/translations.xml new file mode 100644 index 0000000000..82134ea4fb --- /dev/null +++ b/programming/library/fmt/translations.xml @@ -0,0 +1,8 @@ + + + + fmt + C++ için açık kaynak kodlu biçimlendirme kitaplığı. Open-source formatting library for C++ + fmt, pC++ için açık kaynak kodlu biçimlendirme kitaplığı sunar. + + \ No newline at end of file