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

upgpkg: 0.7.0-1

parent d76b74fa
No related branches found
Tags 0.7.0-1
No related merge requests found
Pipeline #29200 failed
Copyright (c) 2024 Eric Vidal <eric@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.
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.
...@@ -7,6 +7,9 @@ ParallelDownloads = 5 ...@@ -7,6 +7,9 @@ ParallelDownloads = 5
SigLevel = Required SigLevel = Required
LocalFileSigLevel = Optional LocalFileSigLevel = Optional
[obcore-testing]
Server = https://cloud.server.obarun.org/$repo/os/$arch/
[obcore] [obcore]
Server = https://cloud.server.obarun.org/$repo/os/$arch/ Server = https://cloud.server.obarun.org/$repo/os/$arch/
......
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
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 # Update: https://git.obarun.org/pkg/observice/crond-66serv/-/commits/master
# Maintainer : Eric Vidal <eric@obarun.org>
# Maintainer : Jean-Michel T.Dydak <jean-michel@obarun.org>
# PkgSource : https://git.obarun.org/observice/crond-66serv
#--------------------------------------------------------------------------------------
service=crond service=crond
pkgname=crond-66serv pkgname=crond-66serv
pkgdesc="crond service for 66 tools" pkgdesc="crond service for 66 service manager"
pkgver=0.2.0 pkgver=0.7.0
pkgrel=1 pkgrel=1
url="https://git.obarun.org/pkg/observice/${pkgname}.git" url="https://git.obarun.org/66-service/arch/${service}.git"
track=branch track=tag
target=master target=${pkgver}
source=("${pkgname}::git+${url}#${track}=${target}") source=("${service}::git+${url}#${track}=${target}")
makedepends=( makedepends=(
'git') 'git')
#-------------------------------------------------------------------------------------- build(){
cd "${service}"
prepare() { ./configure \
cd "${pkgname}/trunk" --prefix=/usr \
sed "s:@VERSION@:${pkgver}:" -i "${service}" --version=${pkgver}
}
#-------------------------------------------------------------------------------------- make
}
package() { package() {
cd "${pkgname}/trunk" cd "${service}"
install -Dm 0644 ${service} "${pkgdir}"/usr/lib/66/service/${service} make DESTDIR=${pkgdir} install
} }
#--------------------------------------------------------------------------------------
arch=('x86_64') arch=('x86_64')
depends=( pkgdepends=( "cronie" )
'66>=0.3.0.0'
'66-tools>=0.0.5.0' depends+=(
'cronie') '66>=0.7.0.0'
'66-tools>=0.1.0.1'
#-------------------------------------------------------------------------------------- 's6-linux-utils=2.6.2.0'
's6-portable-utils=2.3.0.3'
"${pkgdepends}")
sha512sums=('SKIP') sha512sums=('SKIP')
......
[main]
@type = classic
@version = @VERSION@
@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