mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
+ord
This commit is contained in:
parent
071625853e
commit
4c708b6082
1 changed files with 18 additions and 0 deletions
18
projects/ordinals.com/package.yml
Normal file
18
projects/ordinals.com/package.yml
Normal file
|
@ -0,0 +1,18 @@
|
|||
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
|
Loading…
Reference in a new issue