diff --git a/Makefile b/Makefile new file mode 100644 --- /dev/null +++ b/Makefile @@ -0,0 +1 @@ +include ../Makefile.common diff --git a/package.yml b/package.yml new file mode 100644 --- /dev/null +++ b/package.yml @@ -0,0 +1,19 @@ +name : utfcpp +version : 3.1.2 +release : 1 +source : + - https://github.com/nemtrif/utfcpp/archive/v3.1.2.tar.gz : fea3bfa39fb8bd7368077ea5e1e0db9a8951f7e6fb6d9400b00ab3d92b807c6d +license : BSL-1.0 +component : programming.library +homepage : http://utfcpp.sourceforge.net/ +summary : UTF-8 with C++ in a Portable Way. +description: | + UTF-8 with C++ in a Portable Way. +patterns : + - /* # it's a header-only library +setup : | + %cmake_ninja -DUTF8_SAMPLES=OFF -DUTF8_TESTS=OFF +build : | + %ninja_build +install : | + %ninja_install diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml new file mode 100644 --- /dev/null +++ b/pspec_x86_64.xml @@ -0,0 +1,40 @@ + + + utfcpp + http://utfcpp.sourceforge.net/ + + Alexander Vorobyev + avorobyev@protonmail.com + + BSL-1.0 + programming.library + UTF-8 with C++ in a Portable Way. + UTF-8 with C++ in a Portable Way. + + https://getsol.us/sources/README.Solus + + + utfcpp + UTF-8 with C++ in a Portable Way. + UTF-8 with C++ in a Portable Way. + + programming.library + + /usr/include/utf8cpp/utf8.h + /usr/include/utf8cpp/utf8/checked.h + /usr/include/utf8cpp/utf8/core.h + /usr/include/utf8cpp/utf8/cpp11.h + /usr/include/utf8cpp/utf8/unchecked.h + /usr/lib64/cmake/utf8cpp/utf8cppConfig.cmake + + + + + 2021-02-14 + 3.1.2 + Packaging update + Alexander Vorobyev + avorobyev@protonmail.com + + + \ No newline at end of file