json-c: 0.15

This commit is contained in:
Dylan Araps 2021-07-08 01:16:27 +03:00
parent 61ef07d724
commit 34ed526da3
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C
5 changed files with 16 additions and 0 deletions

12
extra/json-c/build Executable file
View File

@ -0,0 +1,12 @@
#!/bin/sh -e
export DESTDIR="$1"
cmake -B build \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \
-DCMAKE_BUILD_TYPE=Release \
-DBUILD_TESTING=OFF
cmake --build build
cmake --install build

1
extra/json-c/checksums Normal file
View File

@ -0,0 +1 @@
4ba9a090a42cf1e12b84c64e4464bb6fb893666841d5843cc5bef90774028882

1
extra/json-c/depends Normal file
View File

@ -0,0 +1 @@
cmake make

1
extra/json-c/sources Normal file
View File

@ -0,0 +1 @@
https://github.com/json-c/json-c/archive/json-c-0.15-20200726.tar.gz

1
extra/json-c/version Normal file
View File

@ -0,0 +1 @@
0.15 1