+omekasy -- Fun command-line font converter

This commit is contained in:
Kevin Chen 2023-08-25 19:18:30 -04:00 committed by Jacob Heider
parent d2f89d10c7
commit 7fe6f500c6

View 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}}"