forked from wolfi-dev/os
-
Notifications
You must be signed in to change notification settings - Fork 0
/
avahi.yaml
118 lines (106 loc) · 2.65 KB
/
avahi.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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
package:
name: avahi
version: 0.9_rc1
epoch: 2
description: A multicast/unicast DNS-SD framework
copyright:
- license: LGPL-2.0-or-later
environment:
contents:
packages:
- autoconf
- automake
- build-base
- busybox
- ca-certificates-bundle
- dbus-dev
- expat-dev
- gdbm-dev
- gettext-dev
- glib-dev
- glib-gir
- gobject-introspection-dev
- gtk-2.0-dev
- intltool
- libcap-dev
- libdaemon-dev
- libevent-dev
- libtool
- openssf-compiler-options
- pkgconf-dev
- systemd-dev
# we only need this because of the rc tag, once we're not using that we can remove this!
var-transforms:
- from: ${{package.version}}
match: _rc
replace: -rc
to: mangled-package-version
pipeline:
- uses: git-checkout
with:
repository: https://github.com/avahi/avahi
tag: v${{vars.mangled-package-version}}
expected-commit: 8ee3bd6f7921b489bde14f120187a5becf134d30
- runs: |
autoreconf -fi
- uses: autoconf/configure
with:
opts: |
--prefix=/usr \
--localstatedir=/var \
--with-distro=none \
--disable-qt3 \
--disable-qt4 \
--disable-qt5 \
--disable-gtk3 \
--disable-python \
--disable-mono \
--disable-monodoc \
--disable-manpages # TODO: manpages requires xmltoman, which we haven't packaged yet.
- uses: autoconf/make
- uses: autoconf/make-install
- uses: strip
subpackages:
- name: avahi-doc
pipeline:
- uses: split/manpages
- name: avahi-dev
pipeline:
- uses: split/dev
test:
pipeline:
- uses: test/pkgconf
update:
enabled: true
github:
identifier: avahi/avahi
strip-prefix: v
use-tag: true
test:
pipeline:
# AUTOGENERATED
- runs: |
avahi-browse --version
avahi-browse-domains --version
avahi-publish --version
avahi-publish-address --version
avahi-publish-service --version
avahi-resolve --version
avahi-resolve-address --version
avahi-resolve-host-name --version
avahi-set-host-name --version
avahi-autoipd --version
avahi-daemon --version
avahi-dnsconfd --version
avahi-browse --help
avahi-browse-domains --help
avahi-publish --help
avahi-publish-address --help
avahi-publish-service --help
avahi-resolve --help
avahi-resolve-address --help
avahi-resolve-host-name --help
avahi-set-host-name --help
avahi-autoipd --help
avahi-daemon --help
avahi-dnsconfd --help