void-packages/srcpkgs/jj/template
2021-04-13 16:42:39 -03:00

17 lines
455 B
Bash

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