From d3060a690db09fc45a9c5f847d73ea61a5b12a9d Mon Sep 17 00:00:00 2001 From: Bastian Zimmermann <10774221+BastianZim@users.noreply.github.com> Date: Wed, 23 Mar 2022 16:59:44 +0100 Subject: [PATCH] Add go-licenses --- recipe/meta.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index ecd05d7..dee3ac3 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -18,12 +18,14 @@ build: script: - pushd {{ pkg_src }} - make install + - go-licenses save "github.com/mozilla/sops" --save_path="go_licenses" requirements: build: - {{ compiler('c') }} - {{ compiler('go') }} >=1.13 # [linux] # seg faults occure for cgo - {{ compiler('go-cgo') }} >=1.13 # [not linux] + - go-licenses - make test: @@ -36,7 +38,9 @@ about: home: https://github.com/mozilla/sops license: MPL-2.0 license_family: MOZILLA - license_file: {{ pkg_src }}/LICENSE + license_file: + - {{ pkg_src }}/LICENSE + - go_licenses/ summary: Simple and flexible tool for managing secrets description: | sops is an editor of encrypted files that supports YAML, JSON, ENV, INI