34 lines
674 B
TOML
34 lines
674 B
TOML
[build]
|
|
type = "meson"
|
|
|
|
[build.flags]
|
|
build_dir = "build"
|
|
configure = ["-Ddefault_library=shared"]
|
|
post_install = ["rm -r $DESTDIR/usr/lib/cmake"]
|
|
|
|
[dependencies]
|
|
build = [
|
|
"meson",
|
|
"python",
|
|
]
|
|
runtime = [
|
|
"libcxx",
|
|
"libunwind",
|
|
"glibc",
|
|
]
|
|
|
|
[package]
|
|
description = "C++ library for interacting with JSON"
|
|
homepage = "https://github.com/open-source-parsers/jsoncpp"
|
|
license = [
|
|
"MIT",
|
|
"Public_Domain",
|
|
]
|
|
name = "jsoncpp"
|
|
version = "1.9.6"
|
|
|
|
[[source]]
|
|
extract_dir = "$name-$version"
|
|
sha256 = "f93b6dd7ce796b13d02c108bc9f79812245a82e577581c4c9aabe57075c90ea2"
|
|
url = "https://github.com/open-source-parsers/jsoncpp/archive/refs/tags/$version.tar.gz"
|