File tree Expand file tree Collapse file tree 1 file changed +19
-19
lines changed
recipes/recipes_emscripten/less Expand file tree Collapse file tree 1 file changed +19
-19
lines changed Original file line number Diff line number Diff line change @@ -11,35 +11,35 @@ source:
1111 sha256 : 2819f55564d86d542abbecafd82ff61e819a3eec967faa36cd3e68f1596a44b8
1212
1313build :
14- number : 0
14+ number : 1
1515
1616requirements :
1717 build :
18- - ${{ compiler("c") }}
19- - make
20- - autoconf
18+ - ${{ compiler("c") }}
19+ - make
20+ - autoconf
2121 host :
22- - ncurses <6.5
22+ - ncurses <6.5
2323
2424tests :
25- - script :
26- - test -f $PREFIX/bin/less.data
27- - test -f $PREFIX/bin/less.js
28- - test -f $PREFIX/bin/less.wasm
29- - script : |
30- OUTPUT=$(run_modularized $PREFIX/bin/less.js --version | head -1 | cut -c -9)
31- if [[ "$OUTPUT" != "less 668 " ]]; then
32- echo "Unexpected output: $OUTPUT"
33- exit 1
34- fi
35- requirements:
36- build:
37- - run_modularized >= 0.1.2
25+ - script :
26+ - test -f $PREFIX/bin/less.data
27+ - test -f $PREFIX/bin/less.js
28+ - test -f $PREFIX/bin/less.wasm
29+ - script : |
30+ OUTPUT=$(run_modularized $PREFIX/bin/less.js --version | head -1 | cut -c -9)
31+ if [[ "$OUTPUT" != "less 668 " ]]; then
32+ echo "Unexpected output: $OUTPUT"
33+ exit 1
34+ fi
35+ requirements :
36+ build :
37+ - run_modularized >= 0.1.2
3838
3939about :
4040 license : GPL-3.0-only
4141 license_file : COPYING
4242
4343extra :
4444 recipe-maintainers :
45- - ianthomas23
45+ - ianthomas23
You can’t perform that action at this time.
0 commit comments