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

upgpkg: 0.1.2-1

parent fff3acf2
No related branches found
No related tags found
No related merge requests found
Copyright (c) 2015-2019 Jean-Michel T.Dydak <jean-michel@obarun.org>
All rights reserved.
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
# Obarun : 66 init/supervisor
# Maintainer : Eric Vidal <eric@obarun.org>
# Maintainer : Jean-Michel T.Dydak <jean-michel@obarun.org>
# PkgSource : https://framagit.org/observice/crond-66serv
#--------------------------------------------------------------------------------------
service=crond
pkgname=crond-66serv
pkgver=0.1.2
pkgrel=1
pkgdesc="crond service for 66 tools"
arch=('x86_64')
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')
#--------------------------------------------------------------------------------------
package() {
cd "${pkgname}/trunk"
install -Dm 0644 ${service} "${pkgdir}"/usr/lib/66/service/${service}
install -Dm 0644 LICENSE "${pkgdir}"/usr/share/licenses/"${pkgname}"/LICENSE
}
#--------------------------------------------------------------------------------------
sha512sums=('SKIP')
[main]
@type = classic
@description = "cron daemon"
@user = ( root )
@options = ( log env )
[start]
@build = auto
@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