forked from wolfi-dev/os
-
Notifications
You must be signed in to change notification settings - Fork 0
/
delta.yaml
40 lines (34 loc) · 778 Bytes
/
delta.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
package:
name: delta
version: 0.18.2
epoch: 1
description: Syntax-highlighting pager for git and diff output
copyright:
- license: MIT
environment:
contents:
packages:
- build-base
- busybox
- ca-certificates-bundle
- openssf-compiler-options
- rust
pipeline:
- uses: git-checkout
with:
repository: https://github.com/dandavison/delta
tag: ${{package.version}}
expected-commit: a589ff9debaefdd3992384434120f5a03a103481
- runs: |
cargo build --release
install -Dm755 target/release/delta "${{targets.destdir}}"/usr/bin/delta
- uses: strip
test:
pipeline:
- runs: |
delta --version
delta --help
update:
enabled: true
github:
identifier: dandavison/delta