mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-20 23:35:37 +08:00
Add libjpeg,libpng
This commit is contained in:
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