forked from wolfi-dev/os
-
Notifications
You must be signed in to change notification settings - Fork 0
/
fd.yaml
43 lines (37 loc) · 833 Bytes
/
fd.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
package:
name: fd
version: 10.2.0
epoch: 1
description: "A simple, fast and user-friendly alternative to 'find'"
copyright:
- license: MIT
environment:
contents:
packages:
- build-base
- busybox
- ca-certificates-bundle
- cargo-auditable
- openssf-compiler-options
- rust
pipeline:
- uses: git-checkout
with:
repository: https://github.com/sharkdp/fd
tag: v${{package.version}}
expected-commit: b19136871310b01500b4f09eadd7387b8476be47
- runs: |
cargo auditable build --release
install -Dm755 target/release/fd "${{targets.destdir}}"/usr/bin/fd
- uses: strip
update:
enabled: true
github:
identifier: sharkdp/fd
strip-prefix: v
test:
pipeline:
# AUTOGENERATED
- runs: |
fd --version
fd --help