1config BR2_PACKAGE_TINIFIER
2	bool "tinifier"
3	depends on BR2_PACKAGE_HOST_GO_TARGET_ARCH_SUPPORTS
4	help
5	  CLI tool for images compressing
6
7	  This tool uses tinypng.com API endpoint for compressing your
8	  local jpg/png images (it supports parallel jobs).
9
10	  https://github.com/tarampampam/tinifier
11