From 046be2f3f8b37478a71a0bc43fe9b681d1c3941e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=95=D0=B2=D0=B3=D0=B5=D0=BD=D0=B8=D0=B9=20=28=D0=A5?= =?UTF-8?q?=D1=80=D0=B0=D0=BC=D1=8B=D1=87=D0=AA=29=20=D0=A5=D1=80=D0=B0?= =?UTF-8?q?=D0=BC=D0=BE=D0=B2?= Date: Sun, 21 Sep 2025 19:27:40 +0300 Subject: [PATCH] nlohmann-json 3.12.0-2 --- nlohmann-json/alr.sh | 27 +++++++++++++++++++-------- 1 file changed, 19 insertions(+), 8 deletions(-) diff --git a/nlohmann-json/alr.sh b/nlohmann-json/alr.sh index b8b3c2f..2bdea9c 100644 --- a/nlohmann-json/alr.sh +++ b/nlohmann-json/alr.sh @@ -1,15 +1,27 @@ name='nlohmann-json' version='3.12.0' -release='1' +release='2' desc='Header-only JSON library for Modern C++' +desc_ru='Библиотека JSON только из заголовочных файлов для современного C++' homepage='https://github.com/nlohmann/json' -maintainer="Евгений Храмов " +maintainer="Evgeny Khramov " +maintainer_ru="Евгений Храмов " architectures=('amd64') -licenses='MIT' +license=('MIT') provides=('nlohmann-json') conflicts=('nlohmann-json') -build_deps_rosa=('cmake' 'git') +build_deps=( + 'cmake' + 'git' +) +build_deps_alt=("${build_deps[@]}") +build_deps_arch=("${build_deps[@]}") +build_deps_debian=("${build_deps[@]}") +build_deps_fedora=("${build_deps[@]}") +build_deps_redos=("${build_deps[@]}") +build_deps_rhel=("${build_deps[@]}") +build_deps_rosa=("${build_deps[@]}") sources=("git+https://github.com/nlohmann/json.git#tag=v${version}") checksums=('SKIP') @@ -34,8 +46,7 @@ package() { } files() { - printf '"%s" ' ./usr/include/nlohmann/detail/**/* - printf '"%s" ' ./usr/include/nlohmann/thirdparty/hedley/* - printf '"%s" ' ./usr/share/cmake/nlohmann_json/* - echo ./usr/share/pkgconfig/nlohmann_json.pc + files-find-include + files-find-share "cmake" + files-find-share "pkgconfig" } \ No newline at end of file