-
Notifications
You must be signed in to change notification settings - Fork 290
/
Copy pathlogrotate.yaml
54 lines (46 loc) · 1.06 KB
/
logrotate.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
package:
name: logrotate
version: 3.21.0
epoch: 0
description: "tool to rotate logfiles"
copyright:
- license: GPL-2.0-or-later
environment:
contents:
packages:
- acl-dev
- autoconf
- automake
- build-base
- busybox
- ca-certificates-bundle
- libtool
- popt-dev
- wolfi-base
pipeline:
- uses: fetch
with:
uri: https://github.com/logrotate/logrotate/releases/download/${{package.version}}/logrotate-${{package.version}}.tar.gz
expected-sha256: 1680947a9431de1aaa629fedde358696ff49a808ae903feecf996682949e3cff
- runs: |
./autogen.sh
./configure \
--build=$CBUILD \
--host=$CHOST \
--prefix=/usr \
--sysconfdir=/etc \
--mandir=/usr/share/man \
--localstatedir=/var \
--with-acl
- uses: autoconf/make
- uses: autoconf/make-install
- uses: strip
subpackages:
- name: logrotate-doc
pipeline:
- uses: split/manpages
description: logrotate manpages
update:
enabled: true
github:
identifier: logrotate/logrotate