mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 10:35:17 +03:00
19 lines
334 B
YAML
19 lines
334 B
YAML
|
distributable:
|
||
|
url: https://github.com/casey/ord/archive/refs/tags/{{version}}.tar.gz
|
||
|
strip-components: 1
|
||
|
|
||
|
versions:
|
||
|
github: casey/ord
|
||
|
|
||
|
build:
|
||
|
dependencies:
|
||
|
rust-lang.org: ^1.67.0
|
||
|
rust-lang.org/cargo: ^0.65
|
||
|
script: cargo install --path=. --root={{prefix}}
|
||
|
test: cargo test
|
||
|
|
||
|
test: ord epochs
|
||
|
|
||
|
provides:
|
||
|
- bin/ord
|