jsonnet: update to 0.13.0.
This commit is contained in:
parent
884dbe54b8
commit
114884ed0e
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'jsonnet'
|
# Template file for 'jsonnet'
|
||||||
pkgname=jsonnet
|
pkgname=jsonnet
|
||||||
version=0.12.1
|
version=0.13.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
short_desc="Data templating language"
|
short_desc="Data templating language"
|
||||||
|
@ -8,12 +8,13 @@ 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=257c6de988f746cc90486d9d0fbd49826832b7a2f0dbdb60a515cc8a2596c950
|
checksum=f6f0c4ea333f3423f1a7237a8a107c589354c38be8a2a438198f9f7c69b77596
|
||||||
|
|
||||||
CXXFLAGS="-Iinclude -Ithird_party/md5 -Ithird_party/json"
|
CXXFLAGS="-Iinclude -Ithird_party/md5 -Ithird_party/json"
|
||||||
CFLAGS="-Iinclude"
|
CFLAGS="-Iinclude"
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vbin jsonnet
|
vbin jsonnet
|
||||||
|
vbin jsonnetfmt
|
||||||
vsconf stdlib/std.jsonnet
|
vsconf stdlib/std.jsonnet
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue