diff options
Diffstat (limited to 'net-p2p/c-lightning/files/update_crates.sh')
-rwxr-xr-x | net-p2p/c-lightning/files/update_crates.sh | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/net-p2p/c-lightning/files/update_crates.sh b/net-p2p/c-lightning/files/update_crates.sh deleted file mode 100755 index 49dc2fa6506b..000000000000 --- a/net-p2p/c-lightning/files/update_crates.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/usr/bin/env bash - -set -e - -# cargo install cargo-lock --features cli -# make clean extract - -cargo-lock --file "$(make -V WRKSRC)/Cargo.lock" \ - | grep -vE "(cln-rpc|cln-grpc|clnrest|grpc-plugin|rest-plugin)" \ - | sed -E 's/^- ([^ ]+) (.+)$/CARGO_CRATES+=\t\1-\2/g' > Makefile.crates |