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
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/tidwall/jj"
|
go_import_path="github.com/tidwall/jj"
|
||||||
go_package="${go_import_path}/cmd/jj"
|
go_package="${go_import_path}/cmd/jj"
|
||||||
|
hostmakedepends="git"
|
||||||
short_desc="JSON Stream Editor"
|
short_desc="JSON Stream Editor"
|
||||||
maintainer="SolitudeSF <solitudesf@protonmail.com>"
|
maintainer="SolitudeSF <solitudesf@protonmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
|
|
Loading…
Reference in a new issue