Skip to content
Snippets Groups Projects
PKGBUILD 1.01 KiB
Newer Older
Eric Vidal's avatar
Eric Vidal committed
# Obarun        : 66 init/supervisor
# Maintainer    : Eric Vidal <eric@obarun.org>
# Maintainer    : Jean-Michel T.Dydak <jean-michel@obarun.org>
# PkgSource     : https://framagit.org/obarun-pkgbuild-66service/crond-66serv
#--------------------------------------------------------------------------------------

Eric Vidal's avatar
Eric Vidal committed
service=crond
Eric Vidal's avatar
Eric Vidal committed
pkgname=crond-66serv
pkgver=0.1.1
pkgrel=1
pkgdesc="crond service for 66 tools"
arch=('x86_64')
Eric Vidal's avatar
Eric Vidal committed
url="https://framagit.org/pkg/observice/${pkgname}.git"
Eric Vidal's avatar
Eric Vidal committed
license=('ISC')

track=branch
target=master
source=("${pkgname}::git+${url}#${track}=${target}")

depends=(
    '66'
    'cronie')
    
makedepends=(
    'git')

#--------------------------------------------------------------------------------------
package() {
Eric Vidal's avatar
Eric Vidal committed
    cd "${pkgname}/trunk"
Eric Vidal's avatar
Eric Vidal committed

Eric Vidal's avatar
Eric Vidal committed
    install -Dm 0644 ${service} "${pkgdir}"/usr/lib/66/service/${service}
    install -Dm 0644 LICENSE "${pkgdir}"/usr/share/licenses/"${pkgname}"/LICENSE
Eric Vidal's avatar
Eric Vidal committed
}

#--------------------------------------------------------------------------------------
sha512sums=('SKIP')