diff options
author | EuAndreh <eu@euandre.org> | 2022-01-19 09:45:38 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-01-19 09:45:38 -0300 |
commit | 67946ea95ad4f57fe9ebaa411f3800f5db3461f2 (patch) | |
tree | db5b270aca2af0da7b018b1e307198da754e91da /paku.json | |
parent | Update left-over references to git.euandreh.xyz (diff) | |
download | package-repository-67946ea95ad4f57fe9ebaa411f3800f5db3461f2.tar.gz package-repository-67946ea95ad4f57fe9ebaa411f3800f5db3461f2.tar.xz |
paku.json: Archive WIP packages
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" + ] } ] } |