2019-04-15 11:21:31 +00:00
|
|
|
# Template file for 'jsonnet'
|
|
|
|
pkgname=jsonnet
|
2019-06-04 16:08:06 +00:00
|
|
|
version=0.13.0
|
2019-04-15 11:21:31 +00:00
|
|
|
revision=1
|
|
|
|
build_style=gnu-makefile
|
|
|
|
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"
|
2019-06-04 16:08:06 +00:00
|
|
|
checksum=f6f0c4ea333f3423f1a7237a8a107c589354c38be8a2a438198f9f7c69b77596
|
2019-04-15 11:21:31 +00:00
|
|
|
|
|
|
|
CXXFLAGS="-Iinclude -Ithird_party/md5 -Ithird_party/json"
|
|
|
|
CFLAGS="-Iinclude"
|
|
|
|
|
|
|
|
do_install() {
|
|
|
|
vbin jsonnet
|
2019-06-04 16:08:06 +00:00
|
|
|
vbin jsonnetfmt
|
2019-04-15 11:21:31 +00:00
|
|
|
vsconf stdlib/std.jsonnet
|
|
|
|
}
|