-
Notifications
You must be signed in to change notification settings - Fork 295
/
Copy pathfping.yaml
68 lines (57 loc) · 1.28 KB
/
fping.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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
package:
name: fping
version: "5.3"
epoch: 0
description: A utility to ping multiple hosts at once
copyright:
- license: GPL-2.0-only
environment:
contents:
packages:
- autoconf
- automake
- build-base
- busybox
- ca-certificates-bundle
- libcap-utils
pipeline:
- uses: git-checkout
with:
repository: https://github.com/schweikert/fping.git
tag: v${{package.version}}
expected-commit: cb832861742f4af5fcadfaf6b2dd19ee0a4b4143
- runs: |
./autogen.sh
- uses: autoconf/configure
with:
opts: |
--build=$CBUILD \
--host=$CHOST \
--prefix=/usr \
--mandir=/usr/share/man \
--enable-ipv6
- uses: autoconf/make
- uses: autoconf/make-install
- uses: strip
# This MUST run after strip, which strips capabilities too!
- runs: setcap cap_net_raw=+ep "${{targets.destdir}}"/usr/sbin/fping
subpackages:
- name: "fping-doc"
description: "fping manpages"
pipeline:
- uses: split/manpages
test:
pipeline:
- uses: test/docs
update:
enabled: true
github:
identifier: schweikert/fping
tag-filter-prefix: v
strip-prefix: v
test:
pipeline:
# AUTOGENERATED
- runs: |
fping --version
fping --help