forked from wolfi-dev/os
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathethtool.yaml
57 lines (48 loc) · 1.09 KB
/
ethtool.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
package:
name: ethtool
version: "6.11"
epoch: 1
description: Utility for controlling network drivers and hardware
copyright:
- license: GPL-2.0-only
environment:
contents:
packages:
- autoconf
- automake
- build-base
- busybox
- ca-certificates-bundle
- libmnl-dev
- linux-headers
- openssf-compiler-options
pipeline:
- uses: fetch
with:
expected-sha256: 8d91f5c72ae3f25b7e88d4781279dcb320f71e30058914370b1c574c96b31202
uri: https://www.kernel.org/pub/software/network/ethtool/ethtool-${{package.version}}.tar.xz
- uses: autoconf/configure
with:
opts: |
--build=$CBUILD \
--host=$CHOST \
--prefix=/usr \
--mandir=/usr/share/man
- uses: autoconf/make
- uses: autoconf/make-install
- uses: strip
subpackages:
- name: "ethtool-doc"
description: "ethtool manpages"
pipeline:
- uses: split/manpages
update:
enabled: true
release-monitor:
identifier: 763
test:
pipeline:
# AUTOGENERATED
- runs: |
ethtool --version
ethtool --help