Search Criteria
Package Details: task-spooler-cpu 2.0.0-3
Package Actions
| Git Clone URL: | https://aur.archlinux.org/task-spooler-cpu.git (read-only, click to copy) |
|---|---|
| Package Base: | task-spooler-cpu |
| Description: | Queue up tasks from the shell for batch execution |
| Upstream URL: | https://justanhduc.github.io/2021/02/03/Task-Spooler.html |
| Keywords: | batch jobs parallel spooler tasks |
| Licenses: | GPL-2.0 |
| Conflicts: | task-spooler, task-spooler-gpu |
| Provides: | tsp |
| Submitter: | Dominiquini |
| Maintainer: | Dominiquini |
| Last Packager: | Dominiquini |
| Votes: | 1 |
| Popularity: | 0.000016 |
| First Submitted: | 2024-10-23 01:28 (UTC) |
| Last Updated: | 2026-04-17 05:24 (UTC) |
Latest Comments
Dominiquini commented on 2026-04-18 02:52 (UTC)
@DoXer: I think I fixed the package! Can you test it and let me know if it's working now?
DoXer commented on 2026-04-17 04:02 (UTC) (edited on 2026-04-17 04:04 (UTC) by DoXer)
Hi, I ran into a build failure when installing task-spooler-cpu 2.0.0-2 from AUR.
The build fails during the install target because two files are missing from the source tree:
makeman– the script is called by the Makefile but not included in the sourcestsp.1– the man page is missing as well, causingmake installto abortRelevant error output:
A simple fix would be to replace the last line of
package()(themake -C ... installcall) with a direct install of the binary:Alternatively,
makemanandtsp.1could be added to thesourcearray if they are available upstream.Thanks for maintaining the package!