Add libargon2

This commit is contained in:
crazywhalecc
2026-02-06 10:11:24 +08:00
parent 3cfab10f85
commit 39a207076e
6 changed files with 88 additions and 32 deletions

View File

@@ -1,18 +1,11 @@
imagemagick:
type: library
artifact:
source: {
"type": "ghtar",
"repo": "ImageMagick/ImageMagick"
}
source:
type: ghtar
repo: ImageMagick/ImageMagick
metadata:
license-files: [LICENSE]
lang: cpp
pkg-configs: [
"Magick++-7.Q16HDRI",
"MagickCore-7.Q16HDRI",
"MagickWand-7.Q16HDRI"
]
depends:
- zlib
- libjpeg
@@ -28,5 +21,8 @@ imagemagick:
- xz
- libzip
- libxml2
lang: cpp
pkg-configs:
- Magick++-7.Q16HDRI
- MagickCore-7.Q16HDRI
- MagickWand-7.Q16HDRI