void-packages/srcpkgs/cJSON/template
maxice8 65fe04df49 cJSON: update to 1.7.8.
100% tests passed, 0 tests failed out of 18

Total Test time (real) =   0.04 sec
2018-09-21 21:34:41 -03:00

26 lines
647 B
Bash

# Template file for 'cJSON'
pkgname=cJSON
version=1.7.8
revision=1
build_style=cmake
short_desc="Ultralightweight JSON parser in ANSI C"
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
license="MIT"
homepage="https://github.com/DaveGamble/cJSON"
distfiles="https://github.com/DaveGamble/cJSON/archive/v${version}.tar.gz"
checksum=e2544bd48d98005b1d0f7dc8a02e1559f9d303b9d8120f130362a40b548bcfcd
post_install() {
vlicense LICENSE
}
cJSON-devel_package() {
depends="cJSON-${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove usr/lib/cmake
vmove "usr/lib/*.so"
}
}