mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
+radicle.org
This commit is contained in:
parent
b13f02d37c
commit
d653337393
49
projects/radicle.org/package.yml
Normal file
49
projects/radicle.org/package.yml
Normal file
|
@ -0,0 +1,49 @@
|
||||||
|
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:
|
||||||
|
tea.xyz/gx/make: '*'
|
||||||
|
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
|
Loading…
Reference in a new issue