blob: 876c0ba4f1ca4f4a336e3cf287bd66ffe1a0bbed (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
pkgbase = task-spooler-cpu
pkgdesc = Queue up tasks from the shell for batch execution
pkgver = 2.0.0
pkgrel = 2
url = https://justanhduc.github.io/2021/02/03/Task-Spooler.html
arch = x86_64
arch = armv7h
arch = aarch64
license = GPL-2.0
makedepends = make
provides = tsp
conflicts = task-spooler
conflicts = task-spooler-gpu
source = https://github.com/justanhduc/task-spooler/archive/refs/tags/v2.0.0.tar.gz
source = task-spooler.patch
sha256sums = ffffa86f95071e837af619e23fb4a037432b0b079d872d58dc530883d1d33557
sha256sums = 0409c3ad7f1b1b863d41df873fc2dce1ff37f13a846af5b6b7faeedf570ba3e6
pkgname = task-spooler-cpu
|