sops: use correct go_import_path, add go_package.
This commit is contained in:
parent
c1dc4d3486
commit
f35df896b2
1 changed files with 3 additions and 2 deletions
|
@ -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>"
|
||||
|
|
Loading…
Reference in a new issue