From 620b9a171dad78e125b3c31067a129d62dd1f305 Mon Sep 17 00:00:00 2001 From: JeremyRand Date: Wed, 30 Oct 2019 15:56:12 +0000 Subject: [PATCH] Add gobtcutil --- projects/gobtcutil/config | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 projects/gobtcutil/config diff --git a/projects/gobtcutil/config b/projects/gobtcutil/config new file mode 100644 index 0000000..63a8f90 --- /dev/null +++ b/projects/gobtcutil/config @@ -0,0 +1,23 @@ +version: '[% c("abbrev") %]' +git_url: https://github.com/btcsuite/btcutil.git +git_hash: 9e5f4b9a998d263e3ce9c56664a7816001ac8000 +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/btcsuite/btcutil + go_lib_deps: + - gobtcd2 + - goxcryptoripemd160 + +input_files: + - project: container-image + - name: go + project: go + - name: gobtcd2 + project: gobtcd2 + - name: goxcryptoripemd160 + project: goxcryptoripemd160