mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
+caesiumclt: Lossy/lossless image compression tool (#3436)
* +caesiumclt: Lossy/lossless image compression tool * wip * wip * fix
This commit is contained in:
parent
2177b18420
commit
4e75a0c677
1 changed files with 20 additions and 0 deletions
20
projects/saerasoft.com/caesium/package.yml
Normal file
20
projects/saerasoft.com/caesium/package.yml
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
distributable:
|
||||||
|
url: https://github.com/Lymphatus/caesium-clt/archive/refs/tags/{{ version }}.tar.gz
|
||||||
|
strip-components: 1
|
||||||
|
|
||||||
|
provides:
|
||||||
|
- bin/caesiumclt
|
||||||
|
|
||||||
|
versions:
|
||||||
|
github: Lymphatus/caesium-clt/tags
|
||||||
|
strip: /v/
|
||||||
|
|
||||||
|
build:
|
||||||
|
dependencies:
|
||||||
|
rust-lang.org: '>=1.65'
|
||||||
|
rust-lang.org/cargo: '*'
|
||||||
|
script:
|
||||||
|
cargo install --locked --path . --root {{prefix}}
|
||||||
|
|
||||||
|
test:
|
||||||
|
caesiumclt --version | grep {{version}}
|
Loading…
Reference in a new issue