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:
parent
46d1600431
commit
6498e3e7f8
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue