blob: 94b2baa634dbafbd45a1504ec7b1265fd1f4a764 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
{
"name": "TaskSpooler",
"description": "Batch system to run tasks one after another",
"url": "https://vicerveza.homeunix.net/~viric/soft/ts/ts-1.0.tar.gz",
"mirror": null,
"homepage": "https://vicerveza.homeunix.net/~viric/soft/ts/",
"depends": [],
"resource": [],
"conflicts": [
{
"conflict": "moreutils",
"reason": "both install a `ts` executable."
}
],
"patches": [],
"install": [
"system \"make\", \"install\", \"PREFIX=#{prefix}\""
],
"version": "1.0",
"file": "task-spooler.rb"
}
|