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
This commit is contained in:
q66 2019-03-20 04:17:18 +01:00 committed by maxice8
parent 46d1600431
commit 6498e3e7f8

View file

@ -5,6 +5,7 @@ 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"