mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
+elements
This commit is contained in:
parent
755f6fb305
commit
78f098d93c
47
projects/elementsproject.org/package.yml
Normal file
47
projects/elementsproject.org/package.yml
Normal file
|
@ -0,0 +1,47 @@
|
|||
distributable:
|
||||
url: https://github.com/ElementsProject/elements/archive/refs/tags/elements-{{version}}.tar.gz
|
||||
strip-components: 1
|
||||
|
||||
versions:
|
||||
github: ElementsProject/elements
|
||||
strip: /^elements-/
|
||||
|
||||
dependencies:
|
||||
boost.org: ^1.64
|
||||
libevent.org: '*'
|
||||
oracle.com/berkeley-db: '*'
|
||||
|
||||
build:
|
||||
dependencies:
|
||||
tea.xyz/gx/cc: c99
|
||||
tea.xyz/gx/make: '*'
|
||||
gnu.org/automake: '*'
|
||||
gnu.org/autoconf: '*'
|
||||
gnu.org/libtool: '*'
|
||||
freedesktop.org/pkg-config: '*'
|
||||
linux:
|
||||
github.com/util-linux/util-linux: '*' # hexdump
|
||||
script: |
|
||||
./autogen.sh
|
||||
./configure $ARGS
|
||||
make --jobs {{ hw.concurrency }} install
|
||||
env:
|
||||
CXX: c++
|
||||
ARGS:
|
||||
- --prefix="{{prefix}}"
|
||||
- --with-incompatible-bdb
|
||||
- --enable-liquid
|
||||
- --with-boost={{deps.boost.org.prefix}}
|
||||
|
||||
|
||||
provides:
|
||||
- bin/bench_bitcoin
|
||||
- bin/elements-cli
|
||||
- bin/elements-tx
|
||||
- bin/elements-util
|
||||
- bin/elements-wallet
|
||||
- bin/elementsd
|
||||
- bin/test_bitcoin
|
||||
|
||||
test:
|
||||
elements-cli --version
|
Loading…
Reference in a new issue