Skip to content

Commit 4ee2f84

Browse files
committed
add diffstat package
Signed-off-by: Alexander Thoma <binary_codex@hotmail.com>
1 parent 3bc1a15 commit 4ee2f84

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

diffstat.yaml

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
package:
2+
name: diffstat
3+
version: "1.68"
4+
epoch: 0
5+
description: "Histogramm-Generator für diff-Ausgaben"
6+
copyright:
7+
- license: MIT
8+
9+
environment:
10+
contents:
11+
packages:
12+
- busybox
13+
- build-base
14+
- ca-certificates-bundle
15+
16+
pipeline:
17+
- uses: fetch
18+
with:
19+
uri: https://invisible-island.net/archives/${{package.name}}/${{package.name}}-${{package.version}}.tgz
20+
expected-sha256: 89f9294a8ac74fcef6f1b9ac408f43ebedf8d208e3efe0b99b4acc16dc6582c7
21+
22+
- uses: autoconf/configure
23+
24+
- uses: autoconf/make
25+
26+
- uses: autoconf/make-install
27+
28+
- uses: strip
29+
30+
update:
31+
enabled: true
32+
release-monitor:
33+
identifier: 434

0 commit comments

Comments
 (0)