blob: 9a420d0e9c1a7abe25fd33022b1978e46d9a9bd8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
|
pkgbase = core-lightning
pkgdesc = Lightning Network implementation focusing on specification compliance and performance.
pkgver = 25.05
pkgrel = 1
url = https://github.com/ElementsProject/lightning
arch = x86_64
license = custom:BSD-MIT
makedepends = git
makedepends = lowdown
makedepends = net-tools
makedepends = python-mako
makedepends = rust
depends = bitcoin-cli
depends = gcc-libs
depends = glibc
depends = gmp
depends = gunicorn
depends = libsodium
depends = make
depends = postgresql-libs
depends = protobuf
depends = python
depends = python-cryptography
depends = python-flask
depends = python-flask-cors
depends = python-flask-restx
depends = python-flask-socketio
depends = python-gevent
depends = python-gevent-websocket
depends = python-grpcio
depends = python-grpcio-tools
depends = python-json5
depends = python-pyln-client
depends = sqlite
depends = zlib
optdepends = cppcheck: Static C/C++ code analysis
optdepends = jq: Command-line JSON processor
optdepends = libsecp256k1: Optimised C library for EC operations on curve secp256k1
optdepends = shellcheck: Shell script analysis
optdepends = valgrind: Tool for memory management problems
conflicts = core-lightning-git
source = core-lightning::git+https://github.com/ElementsProject/lightning.git#tag=2b8b709bfd3d1b296d453eff3f2316a90e6290b8
source = git+https://github.com/ElementsProject/libwally-core.git
source = git+https://github.com/ianlancetaylor/libbacktrace.git
source = git+https://github.com/jedisct1/libsodium.git
source = git+https://github.com/kristapsdz/lowdown.git
source = git+https://github.com/rustyrussell/lnprototest.git
source = git+https://github.com/valyala/gheap.git
source = git+https://github.com/zserge/jsmn.git
sha512sums = 9357ed34449c603915258c29e28dfe98472f6069f8eb33dcd85c5054e9aa9c845a6f7515413d613a8fe453ba02c93cece952140d0a5f89752790a4fecd1bafbc
sha512sums = SKIP
sha512sums = SKIP
sha512sums = SKIP
sha512sums = SKIP
sha512sums = SKIP
sha512sums = SKIP
sha512sums = SKIP
pkgname = core-lightning
|