forked from wolfi-dev/os
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlibmodbus.yaml
60 lines (49 loc) · 1.17 KB
/
libmodbus.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
package:
name: libmodbus
version: 3.1.11
epoch: 0
description: Modbus library which supports RTU communication over a serial line or a TCP link
copyright:
- license: LGPL-2.1-or-later
environment:
contents:
packages:
- autoconf
- automake
- build-base
- busybox
- ca-certificates-bundle
- libtool
- linux-headers
pipeline:
- uses: git-checkout
with:
repository: https://github.com/stephane/libmodbus
expected-commit: 5190e5e141780ae481f24be16d7b39a5f3ad8f8f
tag: v${{package.version}}
- runs: ./autogen.sh
- runs: libtoolize --force && aclocal && autoconf --force && automake --add-missing
- uses: autoconf/configure
- uses: autoconf/make
- uses: autoconf/make-install
- uses: strip
subpackages:
- name: libmodbus-dev
pipeline:
- uses: split/dev
dependencies:
runtime:
- libmodbus
description: libmodbus dev
test:
pipeline:
- uses: test/pkgconf
- name: libmodbus-doc
pipeline:
- uses: split/manpages
description: libmodbus manpages
update:
enabled: true
github:
identifier: stephane/libmodbus
strip-prefix: v