17 lines
451 B
Bash
17 lines
451 B
Bash
# Template file for 'json-c++'
|
|
pkgname=json-c++
|
|
version=3.4.0
|
|
revision=1
|
|
wrksrc="json-${version}"
|
|
build_style=cmake
|
|
short_desc="JSON for modern C++"
|
|
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
|
license="MIT"
|
|
homepage="https://github.com/nlohmann/json"
|
|
distfiles="https://github.com/nlohmann/json/archive/v${version}.tar.gz"
|
|
checksum=c377963a95989270c943d522bfefe7b889ef5ed0e1e15d535fd6f6f16ed70732
|
|
|
|
post_install() {
|
|
vlicense LICENSE.MIT
|
|
}
|