43c580ac9f
This is a Go package that needs vendor modules to be downloaded at build time. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Reviewed-by: Christian Stewart <christian@paral.in>
11 lines
301 B
Plaintext
11 lines
301 B
Plaintext
config BR2_PACKAGE_TINIFIER
|
|
bool "tinifier"
|
|
depends on BR2_PACKAGE_HOST_GO_TARGET_ARCH_SUPPORTS
|
|
help
|
|
CLI tool for images compressing
|
|
|
|
This tool uses tinypng.com API endpoint for compressing your
|
|
local jpg/png images (it supports parallel jobs).
|
|
|
|
https://github.com/tarampampam/tinifier
|