-
Notifications
You must be signed in to change notification settings - Fork 290
/
Copy pathbird.yaml
49 lines (42 loc) · 954 Bytes
/
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
package:
name: bird
version: "2.14"
epoch: 0
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
- readline-dev
pipeline:
- uses: fetch
with:
expected-sha256: b0b9f6f8566541b9be4af1f0cac675c5a3785601a55667a7ec3d7de29735a786
uri: https://bird.network.cz/download/bird-${{package.version}}.tar.gz
- 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