mirror of
https://github.com/ivabus/pantry
synced 2024-11-12 19:45:19 +03:00
+cicada
This commit is contained in:
parent
62656c2e6d
commit
e8430a2496
21
projects/hugo.wang/cicada/package.yml
Normal file
21
projects/hugo.wang/cicada/package.yml
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
distributable:
|
||||||
|
url: https://github.com/mitnk/cicada/archive/refs/tags/v{{version}}.tar.gz
|
||||||
|
strip-components: 1
|
||||||
|
|
||||||
|
versions:
|
||||||
|
github: mitnk/cicada
|
||||||
|
strip: /^v/
|
||||||
|
|
||||||
|
build:
|
||||||
|
dependencies:
|
||||||
|
rust-lang.org: ^1.65
|
||||||
|
rust-lang.org/cargo: '*'
|
||||||
|
script: cargo install --path . --root {{prefix}}
|
||||||
|
|
||||||
|
provides:
|
||||||
|
- bin/cicada
|
||||||
|
|
||||||
|
test:
|
||||||
|
dependencies:
|
||||||
|
gnu.org/which: '*'
|
||||||
|
script: test "$(cicada -c 'ls -l `which sh`')" = "$(ls -l `which sh`)"
|
Loading…
Reference in a new issue