mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
30 lines
674 B
YAML
30 lines
674 B
YAML
distributable:
|
|
url: https://github.com/surrealdb/surrealdb/archive/refs/tags/v{{version}}.tar.gz
|
|
strip-components: 1
|
|
|
|
provides:
|
|
- bin/surreal
|
|
|
|
versions:
|
|
github: surrealdb/surrealdb
|
|
|
|
dependencies:
|
|
openssl.org: ^1
|
|
|
|
build:
|
|
dependencies:
|
|
rust-lang.org: ">=1.60"
|
|
rust-lang.org/cargo: "*"
|
|
freedesktop.org/pkg-config: ^0.29
|
|
gnu.org/patch: '*' # rquickjs-sys:build.rs:L132
|
|
script: |
|
|
cargo install --path . --root {{prefix}}
|
|
env:
|
|
SURREAL_BUILD_METADATA: "tea"
|
|
linux:
|
|
# Needed to build `generic-array` for some odd reason
|
|
RUSTFLAGS: "-C linker=cc"
|
|
|
|
# FIXME: a better test needs to spin up the db server...
|
|
test: surreal version
|