summaryrefslogtreecommitdiff
path: root/runjobsparallel/PKGBUILD
blob: f38ff809a1f0faeae2c2d9279c6e357872180596 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Maintainer: Erich Eckner <arch at eckner dot net>
pkgname=runjobsparallel
pkgver=0.3.3
pkgrel=1
pkgdesc='skript for dcron to run daily/weekly/monthly-scripts parallelly instead of sequentially'
arch=('any')
url="https://git.eckner.net/Erich/${pkgname}"
license=('GPL')
source=(
    "https://git.eckner.net/Erich/${pkgname}/snapshot/${pkgname}-${pkgver}.tar.xz"
)
sha512sums=('6548033174b81862eeb6e7e6c1a01b7d76fe91c73485906d791801989c99405a02a13f84b4f02285b7c548740dc367c644c18193c1d8a352671d86ecdfe04aed')

build() {

    cd ${pkgname}-${pkgver}
    make

}

package() {

    cd ${pkgname}-${pkgver}
    make DESTDIR=${pkgdir} install

}