mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
jet: update to 0.4.23.
This commit is contained in:
parent
592ca75e33
commit
b4e82dd6c7
1 changed files with 15 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'jet'
|
# Template file for 'jet'
|
||||||
pkgname=jet
|
pkgname=jet
|
||||||
version=0.1.1
|
version=0.4.23
|
||||||
revision=1
|
revision=1
|
||||||
hostmakedepends="mandrel leiningen"
|
hostmakedepends="mandrel leiningen"
|
||||||
makedepends="zlib-devel"
|
makedepends="zlib-devel"
|
||||||
|
@ -8,15 +8,27 @@ short_desc="CLI to transform between JSON, EDN and Transit"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="EPL-1.0"
|
license="EPL-1.0"
|
||||||
homepage="https://github.com/borkdude/jet"
|
homepage="https://github.com/borkdude/jet"
|
||||||
|
changelog="https://raw.githubusercontent.com/borkdude/jet/master/CHANGELOG.md"
|
||||||
distfiles="https://github.com/borkdude/jet/archive/refs/tags/v${version}.tar.gz"
|
distfiles="https://github.com/borkdude/jet/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=2085cd757607eebfdcc6107f507e362b88952f5cd7139127ba9c47708bbd91c4
|
checksum=dae9367813eb28eed9807016947f286fe0825fddd3c596d9712d0c2a6c7596cf
|
||||||
nocross="mandrel"
|
nocross="mandrel"
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
export GRAALVM_HOME=/usr/lib/jvm/mandrel11
|
export GRAALVM_HOME=/usr/lib/jvm/mandrel17
|
||||||
|
if [ "$XBPS_TARGET_LIBC" = musl ]; then
|
||||||
|
export BABASHKA_MUSL=true
|
||||||
|
export BABASHKA_STATIC=true
|
||||||
|
fi
|
||||||
|
|
||||||
|
vsed -e "s/+native-image/+uberjar/" -i script/compile
|
||||||
script/compile
|
script/compile
|
||||||
}
|
}
|
||||||
|
|
||||||
|
do_check() {
|
||||||
|
export JET_TEST_ENV=native
|
||||||
|
script/test
|
||||||
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vbin jet
|
vbin jet
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue