mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 10:35:17 +03:00
37 lines
944 B
YAML
37 lines
944 B
YAML
distributable:
|
|
url: https://github.com/clockworklabs/SpacetimeDB/archive/refs/tags/v0.8.0-beta.tar.gz
|
|
strip-components: 1
|
|
|
|
provides:
|
|
- bin/spacetime
|
|
|
|
versions:
|
|
- 2023.12.8
|
|
# FIXME once there has been an official release
|
|
# See https://github.com/orgs/teaxyz/discussions/321
|
|
# github: clockworklabs/SpacetimeDB
|
|
# strip: /v/
|
|
|
|
dependencies:
|
|
openssl.org: ^1
|
|
|
|
build:
|
|
working-directory: crates/cli
|
|
dependencies:
|
|
rust-lang.org: '>=1.56'
|
|
rust-lang.org/cargo: '*'
|
|
cmake.org: ^3
|
|
perl.org: "*"
|
|
freedesktop.org/pkg-config: ^0.29
|
|
env:
|
|
linux:
|
|
# See: https://docs.rs/openssl/latest/openssl/#manual
|
|
OPENSSL_NO_VENDOR: true # Always find OpenSSL in the system, even if the vendored feature is enabled.
|
|
OPENSSL_DIR: "{{ deps.openssl.org.prefix }}" # Use tea's openssl installation directory
|
|
script: |
|
|
cargo install --locked --path . --root {{prefix}}
|
|
|
|
test:
|
|
script:
|
|
- spacetime --help
|