mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 10:35:17 +03:00
4965ada8a5
* +when: CLI for timezones * git submodule update * yml syntax * fix test --------- Co-authored-by: Jacob Heider <jacob@tea.xyz>
28 lines
577 B
YAML
28 lines
577 B
YAML
distributable:
|
|
url: git+https://github.com/mitsuhiko/when
|
|
ref: ${{version}}
|
|
|
|
provides:
|
|
- bin/when
|
|
|
|
versions:
|
|
github: mitsuhiko/when/tags
|
|
strip: /v/
|
|
|
|
build:
|
|
# working-directory: cli
|
|
dependencies:
|
|
rust-lang.org: '>=1.65'
|
|
rust-lang.org/cargo: '*'
|
|
freedesktop.org/pkg-config: '*'
|
|
git-scm.org: ^2
|
|
script:
|
|
# libwhen uses when-data submodule
|
|
- git submodule update --init --recursive
|
|
- cargo install --locked --path ./cli --root {{prefix}}
|
|
|
|
test:
|
|
script:
|
|
- test "$(when --version)" = "when-cli {{version}}"
|
|
- when "now in vienna"
|