+sentry.io (#5407)

* new file:   projects/sentry.io/package.yml

* +libgit2.org
This commit is contained in:
Andrew 2024-03-04 21:22:33 +02:00 committed by GitHub
parent 8ff7877d64
commit 97e0c9030b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View 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?'