nlohmann-json 3.12.0-2
This commit is contained in:
@@ -1,15 +1,27 @@
|
|||||||
name='nlohmann-json'
|
name='nlohmann-json'
|
||||||
version='3.12.0'
|
version='3.12.0'
|
||||||
release='1'
|
release='2'
|
||||||
desc='Header-only JSON library for Modern C++'
|
desc='Header-only JSON library for Modern C++'
|
||||||
|
desc_ru='Библиотека JSON только из заголовочных файлов для современного C++'
|
||||||
homepage='https://github.com/nlohmann/json'
|
homepage='https://github.com/nlohmann/json'
|
||||||
maintainer="Евгений Храмов <xpamych@yandex.ru>"
|
maintainer="Evgeny Khramov <xpamych@yandex.ru>"
|
||||||
|
maintainer_ru="Евгений Храмов <xpamych@yandex.ru>"
|
||||||
architectures=('amd64')
|
architectures=('amd64')
|
||||||
licenses='MIT'
|
license=('MIT')
|
||||||
provides=('nlohmann-json')
|
provides=('nlohmann-json')
|
||||||
conflicts=('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}")
|
sources=("git+https://github.com/nlohmann/json.git#tag=v${version}")
|
||||||
checksums=('SKIP')
|
checksums=('SKIP')
|
||||||
|
|
||||||
@@ -34,8 +46,7 @@ package() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
files() {
|
files() {
|
||||||
printf '"%s" ' ./usr/include/nlohmann/detail/**/*
|
files-find-include
|
||||||
printf '"%s" ' ./usr/include/nlohmann/thirdparty/hedley/*
|
files-find-share "cmake"
|
||||||
printf '"%s" ' ./usr/share/cmake/nlohmann_json/*
|
files-find-share "pkgconfig"
|
||||||
echo ./usr/share/pkgconfig/nlohmann_json.pc
|
|
||||||
}
|
}
|
Reference in New Issue
Block a user