diff --git a/projects/github.com,namecoin,qlib/config b/projects/github.com,namecoin,qlib/config new file mode 100644 index 0000000..19926f7 --- /dev/null +++ b/projects/github.com,namecoin,qlib/config @@ -0,0 +1,24 @@ +version: '[% c("abbrev") %]' +git_url: https://github.com/namecoin/qlib.git +git_hash: '99c375238fe562c99a2c691c433a28f90fd15afe' +filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.gz' + +build: '[% c("projects/go/var/build_go_lib") %]' + +var: + container: + use_container: 1 + go_lib: github.com/namecoin/qlib + go_lib_deps: + - github.com,miekg,dns + build_go_lib_pre: | + export CGO_ENABLED=0 + +input_files: + - project: container-image + - name: go + project: go + - name: github.com,miekg,dns + project: github.com,miekg,dns + # v1.0.15 is the last tagged release that still works with q. + git_hash: '7064f7248f5fa5fd79382a76328b4e200b79e4ae'