You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ncdns-repro/projects/certinject/config

33 lines
705 B
Plaintext

version: '0.1.1'
git_url: https://github.com/namecoin/certinject.git
git_hash: 'v[% c("version") %]'
tag_gpg_id: 1
gpg_keyring: namecoin.gpg
filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.gz'
var:
container:
use_container: 1
go_lib_deps:
- godexlogconfig
- goeasyconfig
- goxlog
- goxsys
go_lib_no_output: 1
cgo: 0
build_go_lib_pre: |
export CGO_ENABLED=[% c("var/cgo") %]
input_files:
- project: container-image
- name: go
project: go
- name: godexlogconfig
project: godexlogconfig
- name: goeasyconfig
project: goeasyconfig
- name: goxlog
project: goxlog
- name: goxsys
project: goxsys