mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
jsonnet: update to 0.18.0.
This commit is contained in:
parent
3f728c0e35
commit
0ec667c50f
1 changed files with 5 additions and 5 deletions
|
@ -1,22 +1,22 @@
|
||||||
# Template file for 'jsonnet'
|
# Template file for 'jsonnet'
|
||||||
pkgname=jsonnet
|
pkgname=jsonnet
|
||||||
version=0.17.0
|
version=0.18.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=cmake
|
||||||
short_desc="Data templating language"
|
short_desc="Data templating language"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://github.com/google/jsonnet"
|
homepage="https://github.com/google/jsonnet"
|
||||||
distfiles="https://github.com/google/jsonnet/archive/v${version}.tar.gz"
|
distfiles="https://github.com/google/jsonnet/archive/v${version}.tar.gz"
|
||||||
checksum=076b52edf888c01097010ad4299e3b2e7a72b60a41abbc65af364af1ed3c8dbe
|
checksum=85c240c4740f0c788c4d49f9c9c0942f5a2d1c2ae58b2c71068107bc80a3ced4
|
||||||
|
|
||||||
CXXFLAGS="-fPIC -Iinclude -Ithird_party/json -Ithird_party/md5"
|
|
||||||
|
|
||||||
jsonnet-devel_package() {
|
jsonnet-devel_package() {
|
||||||
depends="${sourcepkg}-${version}_${revision}"
|
depends="${sourcepkg}-${version}_${revision}"
|
||||||
short_desc="${short_desc} - development files"
|
short_desc="${short_desc} - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
|
vmove "usr/lib/*.a"
|
||||||
vmove "usr/lib/*.so"
|
vmove "usr/lib/*.so"
|
||||||
|
vmove "usr/lib/pkgconfig"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue