jsonnet: update to 0.18.0.

This commit is contained in:
Leah Neukirchen 2022-01-03 15:14:13 +01:00
parent 3f728c0e35
commit 0ec667c50f

View file

@ -1,22 +1,22 @@
# Template file for 'jsonnet'
pkgname=jsonnet
version=0.17.0
version=0.18.0
revision=1
build_style=gnu-makefile
build_style=cmake
short_desc="Data templating language"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="Apache-2.0"
homepage="https://github.com/google/jsonnet"
distfiles="https://github.com/google/jsonnet/archive/v${version}.tar.gz"
checksum=076b52edf888c01097010ad4299e3b2e7a72b60a41abbc65af364af1ed3c8dbe
CXXFLAGS="-fPIC -Iinclude -Ithird_party/json -Ithird_party/md5"
checksum=85c240c4740f0c788c4d49f9c9c0942f5a2d1c2ae58b2c71068107bc80a3ced4
jsonnet-devel_package() {
depends="${sourcepkg}-${version}_${revision}"
short_desc="${short_desc} - development files"
pkg_install() {
vmove usr/include
vmove "usr/lib/*.a"
vmove "usr/lib/*.so"
vmove "usr/lib/pkgconfig"
}
}