Skip to content
Snippets Groups Projects
Commit 2d7df97d authored by Eric Vidal's avatar Eric Vidal :speech_balloon:
Browse files

upgpkg: 0.2.0-1

parent 2cfd6e6f
No related branches found
No related tags found
No related merge requests found
48494
Copyright (c) 2015-2019 Jean-Michel T.Dydak <jean-michel@obarun.org>
Copyright (c) 2015-2020 Jean-Michel T.Dydak <jean-michel@obarun.org>
All rights reserved.
Permission to use, copy, modify, and/or distribute this software for any
......
......@@ -6,25 +6,30 @@
service=crond
pkgname=crond-66serv
pkgver=0.1.2
pkgrel=1
pkgdesc="crond service for 66 tools"
arch=('x86_64')
pkgver=0.2.0
pkgrel=1
url="https://framagit.org/pkg/observice/${pkgname}.git"
license=('ISC')
track=branch
target=master
source=("${pkgname}::git+${url}#${track}=${target}")
depends=(
'66'
'cronie')
makedepends=(
'git')
#--------------------------------------------------------------------------------------
prepare() {
cd "${pkgname}/trunk"
sed "s:@VERSION@:${pkgver}:" -i "${service}"
}
#--------------------------------------------------------------------------------------
package() {
cd "${pkgname}/trunk"
......@@ -33,4 +38,16 @@ package() {
}
#--------------------------------------------------------------------------------------
arch=('x86_64')
depends=(
'66>=0.3.0.0'
'66-tools>=0.0.5.0'
'cronie')
#--------------------------------------------------------------------------------------
sha512sums=('SKIP')
license=('ISC')
[main]
@type = classic
@type = classic
@version = @VERSION@
@description = "cron daemon"
@user = ( root )
@options = ( log env )
[start]
@build = auto
@execute = (
execl-cmdline -s { crond ${cmd_args} } )
@execute = ( execl-cmdline -s { crond ${cmd_args} } )
[environment]
cmd_args=!-n -m off
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment