void-packages/srcpkgs/jj/template
q66 6498e3e7f8 jj: add missing hostmakedepend
Otherwise this fails with:

=> jj-1.2.2_1: running do_build ...
go: missing Git command. See https://golang.org/s/gogetcmd
2019-03-20 11:40:15 -03:00

19 lines
477 B
Bash

# Template file for 'jj'
pkgname=jj
version=1.2.2
revision=1
build_style=go
go_import_path="github.com/tidwall/jj"
go_package="${go_import_path}/cmd/jj"
hostmakedepends="git"
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=63a390cacd787e9355a59b285ec9efb24965a598f1fe3d8ce581f14333bd2d30
post_install() {
vlicense LICENSE
}