Skip to content

Commit 4e0d23d

Browse files
authored
Merge pull request #76 from icedieler/cronie
add recipie for cronie, a cron daemon
2 parents e4019ad + 2e8532a commit 4e0d23d

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

recipes/core/cronie.yaml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# SUMMARY = "Cron daemon for executing programs at set times"
2+
# HOMEPAGE = "https://github.com/cronie-crond/cronie/"
3+
4+
inherit: [autotools]
5+
6+
metaEnvironment:
7+
PKG_DESCRIPTION: "Cronie contains the standard UNIX daemon crond that runs
8+
specified programs at scheduled times and related tools.
9+
It is based on the original cron and has security and
10+
configuration enhancements like the ability to use pam
11+
and SELinux."
12+
13+
PKG_VERSION: "1.7.2"
14+
PKG_LICENSE: "GPL-2.0"
15+
16+
checkoutSCM:
17+
scm: url
18+
url: https://github.com/cronie-crond/cronie/releases/download/cronie-${PKG_VERSION}/cronie-${PKG_VERSION}.tar.gz
19+
digestSHA256: f1da374a15ba7605cf378347f96bc8b678d3d7c0765269c8242cfe5b0789c571
20+
stripComponents: 1
21+
22+
buildScript: |
23+
autotoolsBuild $1 \
24+
--prefix=/usr
25+
26+
packageScript: |
27+
autotoolsPackageTgt

0 commit comments

Comments
 (0)