-
- Downloads
net-p2p/c-lightning: hook dependencies for the clnrest plugin
The clnrest plugin is already installed but it depends on a bunch of Python packages. Add an option to net-p2p/c-lightning to install and depend on those packages. Further, 3 of those packages were not in the FreeBSD ports. Add them: * net-p2p/pyln-bolt7 Lightning Network BOLT7 implementation * net-p2p/pyln-client Python client library for lightningd (net-p2p/c-lightning) * net-p2p/pyln-proto Lightning Network protocol implementation To enable the plugin, add clnrest-port= clnrest-protocol= clnrest-host= to /usr/local/etc/lightningd-bitcoin.conf, see https://docs.corelightning.org/docs/rest Differential Revision: https://reviews.freebsd.org/D43863
Showing
- net-p2p/Makefile 3 additions, 0 deletionsnet-p2p/Makefile
- net-p2p/c-lightning/Makefile 54 additions, 1 deletionnet-p2p/c-lightning/Makefile
- net-p2p/c-lightning/files/lightningd.in 3 additions, 0 deletionsnet-p2p/c-lightning/files/lightningd.in
- net-p2p/pyln-bolt7/Makefile 20 additions, 0 deletionsnet-p2p/pyln-bolt7/Makefile
- net-p2p/pyln-bolt7/distinfo 3 additions, 0 deletionsnet-p2p/pyln-bolt7/distinfo
- net-p2p/pyln-bolt7/pkg-descr 1 addition, 0 deletionsnet-p2p/pyln-bolt7/pkg-descr
- net-p2p/pyln-client/Makefile 22 additions, 0 deletionsnet-p2p/pyln-client/Makefile
- net-p2p/pyln-client/distinfo 3 additions, 0 deletionsnet-p2p/pyln-client/distinfo
- net-p2p/pyln-client/pkg-descr 5 additions, 0 deletionsnet-p2p/pyln-client/pkg-descr
- net-p2p/pyln-proto/Makefile 21 additions, 0 deletionsnet-p2p/pyln-proto/Makefile
- net-p2p/pyln-proto/distinfo 3 additions, 0 deletionsnet-p2p/pyln-proto/distinfo
- net-p2p/pyln-proto/pkg-descr 5 additions, 0 deletionsnet-p2p/pyln-proto/pkg-descr
Loading
Please register or sign in to comment