mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
New package: jet-0.1.0
This commit is contained in:
parent
f9b051b40e
commit
62c186d557
1 changed files with 23 additions and 0 deletions
23
srcpkgs/jet/template
Normal file
23
srcpkgs/jet/template
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
# Template file for 'jet'
|
||||||
|
pkgname=jet
|
||||||
|
version=0.1.0
|
||||||
|
revision=1
|
||||||
|
hostmakedepends="mandrel leiningen"
|
||||||
|
makedepends="zlib-devel"
|
||||||
|
short_desc="CLI to transform between JSON, EDN and Transit"
|
||||||
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
|
license="EPL-1.0"
|
||||||
|
homepage="https://github.com/borkdude/jet"
|
||||||
|
distfiles="https://github.com/borkdude/jet/archive/refs/tags/v${version}.tar.gz"
|
||||||
|
checksum=faed01c3d31631332fa60fd6f1bb39ae4a2f6cfc396a8747d5cfce4f1053a99c
|
||||||
|
nocross="mandrel"
|
||||||
|
|
||||||
|
do_build() {
|
||||||
|
export GRAALVM_HOME=/usr/lib/jvm/mandrel11
|
||||||
|
script/compile
|
||||||
|
}
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
vbin jet
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue