-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
oxipng.yaml
36 lines (36 loc) · 1.26 KB
/
oxipng.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
name: oxipng
description: Multithreaded PNG optimizer written in Rust.
homepage: https://github.com/shssoichiro/oxipng
repository: https://github.com/shssoichiro/oxipng
releases:
8.0.0:
x86_64-linux:
url: https://github.com/shssoichiro/oxipng/releases/download/v8.0.0/oxipng-8.0.0-x86_64-unknown-linux-musl.tar.gz
sha256: 38e9123856bab64bb798c6630f86fa410137ed06e7fa6ee661c7b3c7a36e60fe
x86_64-macos:
url: https://github.com/shssoichiro/oxipng/releases/download/v8.0.0/oxipng-8.0.0-x86_64-apple-darwin.tar.gz
sha256: e4ee40c5722e096daf77831e65405b31e04d85c0ba0ed4535bf975b01be76e17
x86_64-windows:
url: https://github.com/shssoichiro/oxipng/releases/download/v8.0.0/oxipng-8.0.0-x86_64-pc-windows-msvc.zip
sha256: 88e8d2211f9374de69c5701d2d5b74fa5148f7d05bac44a2ef40a4038d3783e3
installs:
0.0.0:
any-any:
strip: 1
files:
CHANGELOG.md: ${doc_dir}
LICENSE: ${doc_dir}
README.md: ${doc_dir}
oxipng${exe_ext}: bin/
tests:
- oxipng${exe_ext} --version
any-windows:
strip: 0
files:
CHANGELOG.md: ${doc_dir}
LICENSE.txt: ${doc_dir}
README.md: ${doc_dir}
oxipng${exe_ext}: bin/
tests:
- oxipng${exe_ext} --version
fetcher: Auto