mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
+omekasy -- Fun command-line font converter
This commit is contained in:
parent
d2f89d10c7
commit
7fe6f500c6
1 changed files with 22 additions and 0 deletions
22
projects/crates.io/omekasy/package.yml
Normal file
22
projects/crates.io/omekasy/package.yml
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
distributable:
|
||||||
|
url: https://github.com/ikanago/omekasy/archive/refs/tags/v{{ version }}.tar.gz
|
||||||
|
strip-components: 1
|
||||||
|
|
||||||
|
provides:
|
||||||
|
- bin/omekasy
|
||||||
|
|
||||||
|
versions:
|
||||||
|
github: ikanago/omekasy
|
||||||
|
strip: /v/
|
||||||
|
|
||||||
|
build:
|
||||||
|
dependencies:
|
||||||
|
rust-lang.org: '>=1.65'
|
||||||
|
rust-lang.org/cargo: '*'
|
||||||
|
script:
|
||||||
|
cargo install --locked --path . --root {{prefix}}
|
||||||
|
|
||||||
|
test:
|
||||||
|
script:
|
||||||
|
- omekasy --font bold-italic "My new gear..."
|
||||||
|
- test "$(omekasy --version)" = "omekasy {{version}}"
|
Loading…
Reference in a new issue