sops: use correct go_import_path, add go_package.

This commit is contained in:
Érico Rolim 2021-02-19 01:32:18 -03:00 committed by Érico Nogueira Rolim
parent c1dc4d3486
commit f35df896b2

View file

@ -1,9 +1,10 @@
# Template file for 'sops'
pkgname=sops
version=3.6.1
revision=1
revision=2
build_style=go
go_import_path="go.mozilla.org/sops/v3/cmd/sops"
go_import_path="go.mozilla.org/sops/v3"
go_package="${go_import_path}/cmd/sops"
hostmakedepends="git"
short_desc="Simple and flexible tool for managing secrets"
maintainer="Noel Cower <ncower@nil.dev>"