vcpkg/ports/hunspell
Billy O'Neal b868bbe34b
[hunspell] Simplify supports and remove fail_port_install. (#22724)
```
!((arm | uwp) & windows)
!((arm & windows) | (uwp & windows))    distribute ands over ors
!((arm & windows) | uwp)                uwp implies windows
!(arm & windows) & !uwp                 demorgan
```
2022-01-23 19:28:27 -08:00
..
0001_fix_unistd.patch
0002-disable-test.patch
0003-fix-win-build.patch
portfile.cmake [hunspell] Simplify supports and remove fail_port_install. (#22724) 2022-01-23 19:28:27 -08:00
vcpkg.json [hunspell] Simplify supports and remove fail_port_install. (#22724) 2022-01-23 19:28:27 -08:00