Skip to content
Snippets Groups Projects
PKGBUILD 1015 B
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
#--------------------------------------------------------------------------------------

pkgname=crond-66serv
pkgver=0.1.1
pkgrel=1
pkgdesc="crond service for 66 tools"
arch=('x86_64')
url="https://framagit.org/obarun-pkgbuild-66service/${pkgname}.git"
license=('ISC')

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

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

#--------------------------------------------------------------------------------------
package() {
    cd "${pkgname}"

    install -Dm 0644 crond "${pkgdir}"/usr/lib/66/service/crond
    install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/"${pkgname}"/LICENSE
}

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