mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
SpacetimeDB (#3062)
* +wip * fix * openssl * openssl 3 * openssl 1 * perl * c compiler * pkg-config * OPENSSL_NO_VENDOR * calver + gx/make
This commit is contained in:
parent
2c0bc6ace6
commit
f64f9edd73
38
projects/spacetimedb.com/package.yml
Normal file
38
projects/spacetimedb.com/package.yml
Normal file
|
@ -0,0 +1,38 @@
|
|||
distributable:
|
||||
url: https://github.com/clockworklabs/SpacetimeDB/archive/refs/tags/v0.6.1-beta.tar.gz
|
||||
strip-components: 1
|
||||
|
||||
provides:
|
||||
- bin/spacetime
|
||||
|
||||
versions:
|
||||
- 2023.8.12
|
||||
# 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: "*"
|
||||
tea.xyz/gx/cc: c99
|
||||
tea.xyz/gx/make: '*'
|
||||
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
|
Loading…
Reference in a new issue