mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-06 00:05:42 +08:00
Add libjpeg,libpng
This commit is contained in:
12
config/pkg/lib/libjpeg.yml
Normal file
12
config/pkg/lib/libjpeg.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
libjpeg:
|
||||
type: library
|
||||
artifact:
|
||||
source:
|
||||
type: ghtar
|
||||
repo: libjpeg-turbo/libjpeg-turbo
|
||||
metadata:
|
||||
license-files: [LICENSE.md]
|
||||
license: IJG
|
||||
static-libs@unix:
|
||||
- libjpeg.a
|
||||
- libturbojpeg.a
|
||||
16
config/pkg/lib/libpng.yml
Normal file
16
config/pkg/lib/libpng.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
libpng:
|
||||
type: library
|
||||
artifact:
|
||||
source:
|
||||
type: ghtagtar
|
||||
repo: pnggroup/libpng
|
||||
match: v1\.6\.\d+
|
||||
query: '?per_page=150'
|
||||
binary: hosted
|
||||
metadata:
|
||||
license-files: [LICENSE]
|
||||
license: PNG
|
||||
depends:
|
||||
- zlib
|
||||
static-libs@unix:
|
||||
- libpng16.a
|
||||
Reference in New Issue
Block a user