mirror of
https://github.com/ivabus/pantry
synced 2024-11-23 00:45:07 +03:00
+bitcoin
This commit is contained in:
parent
4c769b0399
commit
44a6774614
1 changed files with 41 additions and 0 deletions
41
projects/bitcoin.org/package.yml
Normal file
41
projects/bitcoin.org/package.yml
Normal file
|
@ -0,0 +1,41 @@
|
|||
distributable:
|
||||
url: https://bitcoincore.org/bin/bitcoin-core-{{version}}/bitcoin-{{version}}.tar.gz
|
||||
strip-components: 1
|
||||
|
||||
versions:
|
||||
github: bitcoin/bitcoin
|
||||
strip: /^Bitcoin Core /
|
||||
|
||||
dependencies:
|
||||
oracle.com/berkeley-db: ^18
|
||||
boost.org: ^1
|
||||
libevent.org: ^2
|
||||
zeromq.org: ^4
|
||||
sqlite.org: ^3
|
||||
|
||||
build:
|
||||
dependencies:
|
||||
gnu.org/autoconf: ^2
|
||||
gnu.org/automake: ^1
|
||||
tea.xyz/gx/cc: c99
|
||||
tea.xyz/gx/make: '*'
|
||||
freedesktop.org/pkg-config: ^0.29
|
||||
gnu.org/libtool: ^2
|
||||
script: |
|
||||
./autogen.sh
|
||||
./configure $ARGS
|
||||
make --jobs {{ hw.concurrency }} install
|
||||
env:
|
||||
ARGS:
|
||||
- --prefix={{prefix}}
|
||||
- --disable-debug
|
||||
|
||||
provides:
|
||||
- bin/bitcoin-cli
|
||||
- bin/bitcoin-tx
|
||||
- bin/bitcoin-util
|
||||
- bin/bitcoin-wallet
|
||||
- bin/bitcoind
|
||||
|
||||
test:
|
||||
test_bitcoin
|
Loading…
Reference in a new issue