mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
+sentry.io (#5407)
* new file: projects/sentry.io/package.yml * +libgit2.org
This commit is contained in:
parent
8ff7877d64
commit
97e0c9030b
30
projects/sentry.io/package.yml
Normal file
30
projects/sentry.io/package.yml
Normal file
|
@ -0,0 +1,30 @@
|
||||||
|
distributable:
|
||||||
|
url: https://github.com/getsentry/sentry-cli/archive/refs/tags/{{version}}.tar.gz
|
||||||
|
strip-components: 1
|
||||||
|
|
||||||
|
versions:
|
||||||
|
github: getsentry/sentry-cli
|
||||||
|
|
||||||
|
dependencies:
|
||||||
|
linux:
|
||||||
|
libgit2.org: ^1.7
|
||||||
|
|
||||||
|
build:
|
||||||
|
dependencies:
|
||||||
|
rust-lang.org: ^1.65
|
||||||
|
rust-lang.org/cargo: '*'
|
||||||
|
script:
|
||||||
|
- cargo install $ARGS
|
||||||
|
env:
|
||||||
|
ARGS:
|
||||||
|
- --locked
|
||||||
|
- --root={{prefix}}
|
||||||
|
- --path=.
|
||||||
|
|
||||||
|
provides:
|
||||||
|
- bin/sentry-cli
|
||||||
|
|
||||||
|
test:
|
||||||
|
- sentry-cli --version | grep {{version}}
|
||||||
|
- sentry-cli --url='https://sentry.io/' --auth-token='testtoken' releases list > out.log 2>&1 || true
|
||||||
|
- cat out.log | grep 'Did you copy your token correctly?'
|
Loading…
Reference in a new issue