Skip to content

Commit

Permalink
sops: use correct go_import_path, add go_package.
Browse files Browse the repository at this point in the history
  • Loading branch information
ericonr committed Feb 19, 2021
1 parent 3b1f9e0 commit 463b05d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions srcpkgs/sops/template
Original file line number Diff line number Diff line change
@@ -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>"
Expand Down

0 comments on commit 463b05d

Please sign in to comment.