Skip to content

Commit 43eea60

Browse files
committed
fix recipe
1 parent 84d6a1f commit 43eea60

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

recipes/sshs/recipe.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,16 @@ source:
1212
sha256: cb14fd50599bfb8de3f04b00cffb8eac9207f67e0ebbdd9380c311d141882f3b
1313

1414
build:
15+
number: 0
1516
script:
1617
- cargo-bundle-licenses --format yaml --output ${SRC_DIR}/THIRDPARTY.yml
1718
- $BUILD_PREFIX/bin/cargo install --locked --bins --root ${PREFIX} --path .
1819

1920
requirements:
2021
build:
2122
- ${{ compiler('rust') }}
23+
- ${{ compiler('c') }}
24+
- ${{ stdlib('c') }}
2225
- cargo-bundle-licenses
2326

2427
tests:
@@ -33,3 +36,7 @@ about:
3336
- THIRDPARTY.yml
3437
description: "Terminal user interface for SSH"
3538
summary: "Terminal user interface for SSH"
39+
40+
extra:
41+
recipe-maintainers:
42+
- denkiwakame

0 commit comments

Comments
 (0)