mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
49 lines
871 B
YAML
49 lines
871 B
YAML
distributable:
|
|
url: https://github.com/radicle-dev/radicle-cli/archive/refs/tags/v{{version}}.tar.gz
|
|
strip-components: 1
|
|
|
|
versions:
|
|
github: radicle-dev/radicle-cli
|
|
|
|
dependencies:
|
|
openssl.org: ^1.1.1
|
|
|
|
build:
|
|
dependencies:
|
|
rust-lang.org/cargo: ^0
|
|
cmake.org: ^3
|
|
freedesktop.org/pkg-config: ^0.29
|
|
script: |
|
|
cargo install --locked --path . --root {{prefix}}
|
|
|
|
test:
|
|
rad --help
|
|
|
|
provides:
|
|
- bin/rad
|
|
- bin/git-remote-rad
|
|
- bin/rad-account
|
|
- bin/rad-auth
|
|
- bin/rad-checkout
|
|
- bin/rad-clone
|
|
- bin/rad-edit
|
|
- bin/rad-ens
|
|
- bin/rad-gov
|
|
- bin/rad-help
|
|
- bin/rad-init
|
|
- bin/rad-inspect
|
|
- bin/rad-issue
|
|
- bin/rad-ls
|
|
- bin/rad-merge
|
|
- bin/rad-patch
|
|
- bin/rad-path
|
|
- bin/rad-pull
|
|
- bin/rad-push
|
|
- bin/rad-remote
|
|
- bin/rad-reward
|
|
- bin/rad-rm
|
|
- bin/rad-self
|
|
- bin/rad-sync
|
|
- bin/rad-track
|
|
- bin/rad-untrack
|