From 4b1a6ef78bd9857e915d2c1600fbbc89ebeb1b1e Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 17 Jun 2021 01:45:01 -0300 Subject: scripts/paku: Generate paku.html --- paku.json | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'paku.json') diff --git a/paku.json b/paku.json index 30ada98..1607d53 100644 --- a/paku.json +++ b/paku.json @@ -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" } ] } -- cgit v1.2.3