mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 12:54:52 +08:00
22 lines
400 B
YAML
22 lines
400 B
YAML
|
|
libtiff:
|
||
|
|
type: library
|
||
|
|
artifact:
|
||
|
|
source:
|
||
|
|
type: filelist
|
||
|
|
url: 'https://download.osgeo.org/libtiff/'
|
||
|
|
regex: '/href="(?<file>tiff-(?<version>[^"]+)\.tar\.xz)"/'
|
||
|
|
metadata:
|
||
|
|
license-files: [LICENSE.md]
|
||
|
|
license: libtiff
|
||
|
|
depends:
|
||
|
|
- zlib
|
||
|
|
- libjpeg
|
||
|
|
suggests@unix:
|
||
|
|
- lerc
|
||
|
|
- libwebp
|
||
|
|
- jbig
|
||
|
|
- xz
|
||
|
|
- zstd
|
||
|
|
static-libs@unix:
|
||
|
|
- libtiff.a
|