void-packages/srcpkgs/jj/template

19 lines
523 B
Bash

# Template file for 'jj'
pkgname=jj
version=1.9.2
revision=4
build_style=go
go_import_path="github.com/tidwall/jj"
go_package="${go_import_path}/cmd/jj"
go_ldflags="-X main.version=${version}"
short_desc="JSON Stream Editor"
maintainer="SolitudeSF <solitudesf@protonmail.com>"
license="MIT"
homepage="https://github.com/tidwall/jj"
distfiles="https://github.com/tidwall/jj/archive/refs/tags/v${version}.tar.gz"
checksum=a3dafa9f2182bf79f26cdca790ff7106ebc02a50bd72bcc2db58bdbc39ee052f
post_install() {
vlicense LICENSE
}