mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 18:45:19 +03:00
6492e41335
* feat: added mprocs from crates.io * fix: attempt to get mprocs to build on linux * fix: add gcc specific dependencies to linux only * chore: added documentation about the linux specific dependencies
26 lines
597 B
YAML
26 lines
597 B
YAML
distributable:
|
|
url: https://github.com/pvolok/mprocs/archive/refs/tags/v{{version}}.tar.gz
|
|
strip-components: 1
|
|
|
|
provides:
|
|
- bin/mprocs
|
|
|
|
versions:
|
|
github: pvolok/mprocs/tags
|
|
|
|
build:
|
|
dependencies:
|
|
rust-lang.org: '>=1.56'
|
|
rust-lang.org/cargo: '*'
|
|
# The following dependencies are used on linux for building luajit-src https://github.com/khvzak/mlua/issues/267#issuecomment-1638636192
|
|
linux:
|
|
gnu.org/gcc: '*'
|
|
gnu.org/binutils: '*'
|
|
gnu.org/make: '*'
|
|
script:
|
|
cargo install --locked --path ./src --root {{prefix}}
|
|
|
|
test:
|
|
script: |
|
|
mprocs --version
|