mirror of
https://codeberg.org/kiss-community/repo
synced 2024-12-21 23:00:06 -07:00
json-c: 0.15
This commit is contained in:
parent
61ef07d724
commit
34ed526da3
12
extra/json-c/build
Executable file
12
extra/json-c/build
Executable 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
1
extra/json-c/checksums
Normal file
@ -0,0 +1 @@
|
||||
4ba9a090a42cf1e12b84c64e4464bb6fb893666841d5843cc5bef90774028882
|
1
extra/json-c/depends
Normal file
1
extra/json-c/depends
Normal file
@ -0,0 +1 @@
|
||||
cmake make
|
1
extra/json-c/sources
Normal file
1
extra/json-c/sources
Normal 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
1
extra/json-c/version
Normal file
@ -0,0 +1 @@
|
||||
0.15 1
|
Loading…
Reference in New Issue
Block a user