From 67946ea95ad4f57fe9ebaa411f3800f5db3461f2 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 19 Jan 2022 09:45:38 -0300 Subject: paku.json: Archive WIP packages --- paku.json | 31 +++++++++++++++++++++---------- 1 file changed, 21 insertions(+), 10 deletions(-) (limited to 'paku.json') diff --git a/paku.json b/paku.json index 673abe7..24a3253 100644 --- a/paku.json +++ b/paku.json @@ -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" + ] } ] } -- cgit v1.2.3