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 84d6a1f commit 43eea60Copy full SHA for 43eea60
recipes/sshs/recipe.yaml
@@ -12,13 +12,16 @@ source:
12
sha256: cb14fd50599bfb8de3f04b00cffb8eac9207f67e0ebbdd9380c311d141882f3b
13
14
build:
15
+ number: 0
16
script:
17
- cargo-bundle-licenses --format yaml --output ${SRC_DIR}/THIRDPARTY.yml
18
- $BUILD_PREFIX/bin/cargo install --locked --bins --root ${PREFIX} --path .
19
20
requirements:
21
22
- ${{ compiler('rust') }}
23
+ - ${{ compiler('c') }}
24
+ - ${{ stdlib('c') }}
25
- cargo-bundle-licenses
26
27
tests:
@@ -33,3 +36,7 @@ about:
33
36
- THIRDPARTY.yml
34
37
description: "Terminal user interface for SSH"
35
38
summary: "Terminal user interface for SSH"
39
+
40
+extra:
41
+ recipe-maintainers:
42
+ - denkiwakame
0 commit comments