diff options
Diffstat (limited to '')
-rw-r--r-- | paku.json | 31 |
1 files changed, 21 insertions, 10 deletions
@@ -5,15 +5,13 @@ "suffix": "-latest", "version": "707bb2080c35944b14da57f13310c4bad61259fe", "type": "bin", - "description": "Minimalistic bug tracker CLI" - }, - { - "name": "remembering", - "suffix": "", - "version": "0.2.1", - "type": "bin", - "description": "Add memory to dmenu, fzf and similar tools." - }, + "description": "Minimalistic bug tracker CLI", + "check_inputs": [ + "m4" + ] + } + ], + "queue": [ { "name": "git-permalink", "suffix": "-latest", @@ -26,7 +24,20 @@ "suffix": "", "version": "0.3.1", "type": "bin", - "description": "Git extension to generate web permalinks of files in a repository" + "description": "Git extension to generate web permalinks of files in a repository", + "check_inputs": [ + "m4" + ] + }, + { + "name": "remembering", + "suffix": "", + "version": "0.2.1", + "type": "bin", + "description": "Add memory to dmenu, fzf and similar tools.", + "check_inputs": [ + "m4" + ] } ] } |