diff options
author | EuAndreh <eu@euandre.org> | 2021-06-17 01:45:01 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-06-17 01:45:34 -0300 |
commit | 4b1a6ef78bd9857e915d2c1600fbbc89ebeb1b1e (patch) | |
tree | 567aa4d2d9b5f418e13efc2a32ceb482f0f31cdb /paku.json | |
parent | TODOs.md: Add #task-df240b87-016a-12e8-55fc-745056f284da (diff) | |
download | package-repository-4b1a6ef78bd9857e915d2c1600fbbc89ebeb1b1e.tar.gz package-repository-4b1a6ef78bd9857e915d2c1600fbbc89ebeb1b1e.tar.xz |
scripts/paku: Generate paku.html
Diffstat (limited to '')
-rw-r--r-- | paku.json | 15 |
1 files changed, 10 insertions, 5 deletions
@@ -4,19 +4,22 @@ "name": "remembering", "suffix": "-latest", "version": "5476f9fab45efd3996d50d8b9a1ff4e825d93f44", - "type": "bin" + "type": "bin", + "description": "Add memory to dmenu, fzf and similar tools." }, { "name": "remembering", "suffix": "", "version": "0.2.1", - "type": "bin" + "type": "bin", + "description": "Add memory to dmenu, fzf and similar tools." }, { "name": "autoqemu", "suffix": "-latest", "version": "e676c0baedc09f34fbd07877dc3ab47e9427a221", - "type": "bin" + "type": "bin", + "description": "Installation and setup automation tool for QEMU virtual machines" }, { "name": "fallible", @@ -25,7 +28,8 @@ "type": "lib", "check_inputs": [ "valgrind" - ] + ], + "description": "Fault injection library for stress-testing failure scenarios" }, { "name": "fallible", @@ -34,7 +38,8 @@ "type": "lib", "check_inputs": [ "valgrind" - ] + ], + "description": "Fault injection library for stress-testing failure scenarios" } ] } |