22 lines
598 B
Bash
22 lines
598 B
Bash
# Template file for 'jsonnet'
|
|
pkgname=jsonnet
|
|
version=0.16.0
|
|
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=fa1a4047942797b7c4ed39718a20d63d1b98725fb5cf563efbc1ecca3375426f
|
|
|
|
CXXFLAGS="-fPIC"
|
|
|
|
jsonnet-devel_package() {
|
|
depends="${sourcepkg}-${version}_${revision}"
|
|
short_desc="${short_desc} - development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove "usr/lib/*.so"
|
|
}
|
|
}
|