forked from wolfi-dev/os
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cronie.yaml
58 lines (48 loc) · 1019 Bytes
/
cronie.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
package:
name: cronie
version: 1.7.2
epoch: 2
description: Cron daemon for executing programs at set times
copyright:
- license: ISC
environment:
contents:
packages:
- autoconf
- automake
- bash
- build-base
- busybox
- ca-certificates-bundle
- openssf-compiler-options
pipeline:
- uses: git-checkout
with:
expected-commit: 71894fee3c74f3787e77f21a24fbbe0dffb59e7f
repository: https://github.com/cronie-crond/cronie
tag: cronie-${{package.version}}
- runs: |
./autogen.sh
- uses: autoconf/configure
- uses: autoconf/make
- uses: autoconf/make-install
- uses: strip
subpackages:
- name: cronie-doc
pipeline:
- uses: split/manpages
update:
enabled: true
github:
identifier: cronie-crond/cronie
strip-prefix: cronie-
tag-filter: cronie-
use-tag: true
test:
pipeline:
# AUTOGENERATED
- runs: |
cronnext -h
crontab -V
anacron -h
crond -V