mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
New package: jsonnet-0.12.1
This commit is contained in:
parent
46da65fe9f
commit
e071afff0c
1 changed files with 19 additions and 0 deletions
19
srcpkgs/jsonnet/template
Normal file
19
srcpkgs/jsonnet/template
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# Template file for 'jsonnet'
|
||||||
|
pkgname=jsonnet
|
||||||
|
version=0.12.1
|
||||||
|
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"
|
||||||
|
checksum=257c6de988f746cc90486d9d0fbd49826832b7a2f0dbdb60a515cc8a2596c950
|
||||||
|
|
||||||
|
CXXFLAGS="-Iinclude -Ithird_party/md5 -Ithird_party/json"
|
||||||
|
CFLAGS="-Iinclude"
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
vbin jsonnet
|
||||||
|
vsconf stdlib/std.jsonnet
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue