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 8bb10d0 commit f92fa50Copy full SHA for f92fa50
recipes/hyphen/recipe.yaml
@@ -14,21 +14,25 @@ build:
14
number: 0
15
skip: win
16
script:
17
+ - if: osx and arm64
18
+ then: echo 'echo arm-apple-darwin' > config.sub
19
- ./configure --prefix=${{ PREFIX }}
- - make
20
+ - make
21
- make install
22
requirements:
23
build:
24
- ${{ compiler('c') }}
25
- ${{ stdlib('c') }}
26
- automake
27
- make
28
+ - if: osx
29
+ then: gawk
30
31
tests:
32
- package_contents:
33
include:
34
- hyphen.h
-
35
+
36
about:
37
homepage: http://hunspell.sf.net
38
summary: A text hyphenation library
0 commit comments