mirror of
https://github.com/Phantop/solus-stuff
synced 2025-01-06 19:57:08 +00:00
Add oxipng
This commit is contained in:
parent
8505ade723
commit
1f8066f6f7
20
oxipng/package.yml
Normal file
20
oxipng/package.yml
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
name : oxipng
|
||||||
|
version : 3.0.0
|
||||||
|
release : 1
|
||||||
|
source :
|
||||||
|
- git|https://github.com/shssoichiro/oxipng.git : master
|
||||||
|
license :
|
||||||
|
- MIT
|
||||||
|
component : system.utils
|
||||||
|
networking : yes
|
||||||
|
summary : Multithreaded PNG optimizer written in Rust
|
||||||
|
description: |
|
||||||
|
Oxipng is a multithreaded lossless PNG compression optimizer. It can be used via a command-line interface or as a library in other Rust programs.
|
||||||
|
builddeps :
|
||||||
|
- cargo
|
||||||
|
build : |
|
||||||
|
cargo build --release
|
||||||
|
install : |
|
||||||
|
install -Dm00755 target/release/oxipng $installdir/usr/bin/oxipng
|
||||||
|
check : |
|
||||||
|
cargo test --all
|
Loading…
Reference in a new issue