mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-12 03:15:35 +08:00
Add imagemagick,jbig,lerc,libaom,libde265,libheif,libjxl,libtiff,libwebp,libzip
This commit is contained in:
21
config/pkg/lib/libtiff.yml
Normal file
21
config/pkg/lib/libtiff.yml
Normal file
@@ -0,0 +1,21 @@
|
||||
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
|
||||
Reference in New Issue
Block a user