Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test go-licenses #9

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down