sops: remove git build dep

This commit is contained in:
Michal Vasilek 2022-05-01 12:52:10 +02:00
parent 3c7645187b
commit 1bc949baa8

View file

@ -5,7 +5,6 @@ revision=1
build_style=go build_style=go
go_import_path="go.mozilla.org/sops/v3" go_import_path="go.mozilla.org/sops/v3"
go_package="${go_import_path}/cmd/sops" go_package="${go_import_path}/cmd/sops"
hostmakedepends="git"
short_desc="Simple and flexible tool for managing secrets" short_desc="Simple and flexible tool for managing secrets"
maintainer="Noel Cower <ncower@nil.dev>" maintainer="Noel Cower <ncower@nil.dev>"
license="MPL-2.0" license="MPL-2.0"