We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35d4939 commit 384ac37Copy full SHA for 384ac37
recipes/woff2/recipe.yaml
@@ -29,12 +29,23 @@ requirements:
29
- ${{ compiler('c') }}
30
- ${{ compiler('cxx') }}
31
- ${{ stdlib('c') }}
32
- - cmake<=3.31.6
+ - cmake <=3.31.6
33
- ninja
34
- pkg-config
35
host:
36
- brotli
37
38
+tests:
39
+ - package_contents:
40
+ include:
41
+ - woff2/decode.h
42
+ - woff2/encode.h
43
+ - woff2/output.h
44
+ files:
45
+ - bin/woff2_compress
46
+ - bin/woff2_decompress
47
+ - bin/woff2_info
48
+
49
about:
50
homepage: https://github.com/google/woff2
51
summary: Web Open Font Format 2.0 library
0 commit comments