forked from wolfi-dev/os
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbird.yaml
61 lines (52 loc) · 1.08 KB
/
bird.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
package:
name: bird
version: 2.15.1
epoch: 2
description: BIRD Internet Routing Daemon
copyright:
- license: GPL-2.0-or-later
environment:
contents:
packages:
- autoconf
- automake
- bison
- build-base
- busybox
- ca-certificates-bundle
- flex
- libssh-dev
- linux-headers
- ncurses-dev
- openssf-compiler-options
- readline-dev
pipeline:
- uses: git-checkout
with:
repository: https://gitlab.nic.cz/labs/bird.git
tag: v${{package.version}}
expected-commit: 0b684a43bd7ce4a32c9cd7754b88286bcd1815bb
- runs: |
autoreconf -fi
- uses: autoconf/configure
with:
opts: |
--prefix=/usr \
--sysconfdir=/etc \
--mandir=/usr/share/man \
--localstatedir=/var \
--runstatedir=/run \
--enable-libssh
- uses: autoconf/make
- uses: autoconf/make-install
- uses: strip
update:
enabled: true
release-monitor:
identifier: 192
test:
pipeline:
# AUTOGENERATED
- runs: |
bird --version
bird --help